Fixed the admin dashboard! (#18)
This commit is contained in:
Freeplay
2022-01-14 18:37:35 -05:00
parent 9dce4268c2
commit 8e82d1eb96
3 changed files with 160 additions and 158 deletions

View File

@ -409,6 +409,7 @@ a[rel*="nofollow"]:not(.ui), .link:not(.ui) {
.new-menu-inner {
width: 1150px;
padding: 0 20px;
scrollbar-width: thin;
}
.item {
// font-weight: 600;
@ -1995,7 +1996,7 @@ html {
}
/*** DASHBOARD ***/
.dashboard {
.dashboard:not(.admin) {
display: flex;
flex-wrap: wrap;
margin: auto;