fix(ui/admin_pane): fix user pane layout

This commit is contained in:
hexxa 2021-08-15 19:46:48 +08:00 committed by Hexxa
parent ffc62023e8
commit cdc0ed03f8
2 changed files with 149 additions and 94 deletions

View file

@ -532,6 +532,9 @@ tr button {
color: white;
fill: #f1c40f;
}
.font-size-s {
font-size: 1.2rem;
}
.font-size-m {
font-size: 1.4rem;
}
@ -635,6 +638,10 @@ div.hr {
padding: 1rem 0;
} */
.block {
display: block;
}
.inline-block {
display: inline-block;
}