small style tweaks

This commit is contained in:
Chris Kruining 2024-12-02 14:21:58 +01:00
parent 6428a9192f
commit 316e3158db
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
3 changed files with 9 additions and 7 deletions

View file

@ -6,6 +6,12 @@
overflow: clip;
background-color: var(--surface-300);
@media (display-mode: window-controls-overlay) {
& {
row-gap: var(--padding-l);
}
}
.menu {
view-transition-name: menu;
display: grid;