[ui] polish x2

This commit is contained in:
nymkappa 2023-08-27 19:17:03 +02:00
parent 78ea9cbd16
commit 8ba4a7b421
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -234,3 +234,8 @@ nav {
height: 35px; height: 35px;
border-radius: 5px; border-radius: 5px;
} }
main {
transition: 0.2s;
transition-property: max-width;
}