web/layout: remove rounded corners on sidebar in dark theme

This commit is contained in:
wukko 2025-01-12 22:58:59 +06:00
parent abc4673af7
commit a892a37c53
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -308,6 +308,12 @@
border-bottom-right-radius: var(--border-radius); border-bottom-right-radius: var(--border-radius);
} }
@media screen and (min-width: 536px) {
:global([data-theme="dark"]) #content {
border-radius: 0;
}
}
@media screen and (max-width: 535px) { @media screen and (max-width: 535px) {
#cobalt { #cobalt {
display: grid; display: grid;