Make toolbar more compact on small screens

This commit is contained in:
silverpill 2022-11-16 22:25:59 +00:00
parent cbdab80b65
commit 0d5429f48f

View file

@ -160,6 +160,10 @@ async function logout() {
span { span {
display: none; display: none;
} }
.icon {
margin: 0;
}
} }
} }
</style> </style>