fix titlebar icon size on mobile view
All checks were successful
/ build (push) Successful in 3m32s

This commit is contained in:
Ruben 2025-07-01 12:11:30 -05:00
commit 75cce62b23
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5

View file

@ -166,7 +166,7 @@
@media screen and (max-width: 1083px) {
.window:not(#footer) {
.header {
.icon {
.titlebar-icon {
padding: .3rem .4rem .3rem .4rem;
}