[feature] remove giant logo in multi-column view

This commit is contained in:
Zoë Bijl
2025-10-20 16:28:30 +02:00
parent 51e2c6e1c3
commit c19307a115
@@ -125,3 +125,17 @@
color: $highlight-text-color;
}
.drawer__pager {
flex-grow: unset;
}
.drawer__inner {
position: relative;
top: unset;
}
.drawer__inner__mastodon,
.drawer__inner.darker {
display: none;
}