mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Fix new styling errors
Fix error page Update Notification styling
This commit is contained in:
parent
824c849eaa
commit
cdb3836dab
16 changed files with 154 additions and 96 deletions
|
@ -18,7 +18,7 @@
|
|||
margin: 0
|
||||
padding: 0
|
||||
|
||||
font-size: 1.75rem
|
||||
font-size: 1.5rem
|
||||
font-weight: 700
|
||||
|
||||
color: RGB($primary)
|
||||
|
@ -183,13 +183,14 @@
|
|||
.upload-panel
|
||||
width: 100%
|
||||
height: calc(100vh - 3.5rem)
|
||||
height: calc(100dvh - 3.5rem)
|
||||
|
||||
left: 0
|
||||
bottom: 3.5rem
|
||||
|
||||
.container
|
||||
width: 100%
|
||||
height: calc(100% - 10rem)
|
||||
height: 95%
|
||||
|
||||
left: 0
|
||||
bottom: calc(-100vh + 3.5rem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue