refactor: change a lot of dynamic sizes to em and rem
this makes the client feel a LOT snappier
This commit is contained in:
parent
730b0cb1dc
commit
9a2fe8fb37
5 changed files with 26 additions and 24 deletions
|
@ -246,6 +246,7 @@ router.beforeEach((to, from, next) => {
|
|||
padding-left: 1dvw;
|
||||
padding-right: 1dvw;
|
||||
overflow: hidden;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
#message-box {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue