'Edit shortcuts' bar banner now doesn't take up vertical space while inactive
This commit is contained in:
parent
3ff6054c20
commit
9f5f953b46
@ -117,11 +117,16 @@ h1, h2, h3 {
|
||||
}
|
||||
|
||||
.options-bar {
|
||||
position: absolute;
|
||||
width: calc(100% - 4rem);
|
||||
top: 0;
|
||||
|
||||
margin: 1rem;
|
||||
padding: 1rem;
|
||||
|
||||
&.isEditing {
|
||||
background-color: $primary;
|
||||
position: relative;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user