mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-04-30 07:12:59 +02:00
Fix maximize modal
This commit is contained in:
parent
a321ae1582
commit
c76814b7ca
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ $nav-font-height: 16px;
|
||||||
|
|
||||||
.maximize-modal {
|
.maximize-modal {
|
||||||
section {
|
section {
|
||||||
top: ($general-padding * 2) + $nav-font-height + 13px;;
|
top: ($general-padding * 2) + $nav-font-height + 15px;
|
||||||
bottom: ($general-padding * 2) + $nav-font-height + 10px;
|
bottom: ($general-padding * 2) + $nav-font-height + 10px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue