Make toolbar more compact on small screens
This commit is contained in:
parent
cbdab80b65
commit
0d5429f48f
1 changed files with 4 additions and 0 deletions
|
@ -160,6 +160,10 @@ async function logout() {
|
|||
span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.icon {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue