fix: Styling bugs

- Drop down items not wide enough
- Dialog close button intersected modal text
This commit is contained in:
Emilia Allison 2024-08-03 18:49:49 -04:00
parent 0567e0a037
commit be1ededc7e
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@ dialog {
color: $color-dark;
background: $color-white;
padding-right: 5%;
}
dialog > form[method="dialog"] {

View File

@ -30,6 +30,7 @@ div.upper_menu {
margin: 0;
cursor: pointer;
font-size: calc($menu-height*0.7);
width: 100%;
}
* {