Allow hotkeys to wrap if necessary
This commit is contained in:
parent
22b9b328a5
commit
03623e91ef
@ -63,7 +63,7 @@ h2 {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
position: relative;
|
position: relative;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
height: 2.7rem;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.setting-description {
|
.setting-description {
|
||||||
@ -120,7 +120,7 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hotkeys {
|
.hotkeys {
|
||||||
margin: auto 4px;
|
margin: 7px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hotkeys .btn-text {
|
.hotkeys .btn-text {
|
||||||
@ -133,7 +133,7 @@ hr {
|
|||||||
|
|
||||||
.btn-enter {
|
.btn-enter {
|
||||||
background-color: #00b1e2;
|
background-color: #00b1e2;
|
||||||
margin: auto 4px;
|
margin: 7px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reset-area {
|
.reset-area {
|
||||||
@ -209,7 +209,7 @@ hr {
|
|||||||
|
|
||||||
.addHotkey {
|
.addHotkey {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
margin: auto 4px;
|
margin: 7px 4px;
|
||||||
transition: opacity 0.4s ease-out;
|
transition: opacity 0.4s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user