mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-22 10:46:19 +01:00
web/layout: remove rounded corners on sidebar in dark theme
This commit is contained in:
parent
abc4673af7
commit
a892a37c53
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue