mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-14 22:21:31 +02:00
Prevent entry headers from going beneath options button
This commit is contained in:
parent
fb42b0ef2b
commit
abacf7a56a
2 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ html, body {
|
|||
|
||||
header {
|
||||
display: block;
|
||||
padding: 5px $general-padding;
|
||||
padding: 5px ($general-padding / 2);
|
||||
margin: 0 0 5px;
|
||||
|
||||
&#top {
|
||||
|
|
|
@ -196,6 +196,7 @@
|
|||
|
||||
header {
|
||||
position: relative;
|
||||
padding-right: 70px;
|
||||
|
||||
.word-option-button {
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Reference in a new issue