fix: Styling bugs
- Drop down items not wide enough - Dialog close button intersected modal text
This commit is contained in:
parent
0567e0a037
commit
be1ededc7e
|
@ -7,6 +7,8 @@ dialog {
|
|||
|
||||
color: $color-dark;
|
||||
background: $color-white;
|
||||
|
||||
padding-right: 5%;
|
||||
}
|
||||
|
||||
dialog > form[method="dialog"] {
|
||||
|
|
|
@ -30,6 +30,7 @@ div.upper_menu {
|
|||
margin: 0;
|
||||
cursor: pointer;
|
||||
font-size: calc($menu-height*0.7);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
Loading…
Reference in New Issue