mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-01 14:44:28 +02:00
web/layout: remove rounded corners on sidebar in dark theme
This commit is contained in:
parent
abc4673af7
commit
a892a37c53
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user