Update UI

This commit is contained in:
Foxster
2023-12-15 19:52:23 -08:00
parent e0116394d4
commit c6630a2c0b
16 changed files with 268 additions and 97 deletions

View File

@@ -13,12 +13,10 @@ a {
/* Main */
#main {
padding: unset;
overflow: hidden;
}
#main .item {
margin-top: 30%;
margin-bottom: 0;
padding: 1em;
}
@@ -91,8 +89,7 @@ a {
/* What's new */
#whats-new,
#permissions,
#source {
#permissions {
padding: 1em;
}
@@ -207,6 +204,10 @@ a {
padding-top: 0;
}
#source .header {
margin: 1rem;
}
#source .row {
display: flex;
flex-direction: column;