Skip to content

Commit

Permalink
enhance(mobile): tweak panel's border width in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhe authored and tiensonqin committed Dec 21, 2021
1 parent 51c1e4f commit 6e2dee0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/frontend/components/settings.css
Expand Up @@ -15,7 +15,12 @@

&-inner {
> aside {
border-right: 1px solid var(--ls-quaternary-background-color);
border-right: 0px solid var(--ls-quaternary-background-color);
border-bottom: 1px solid var(--ls-quaternary-background-color);
@screen md {
border-right: 1px solid var(--ls-quaternary-background-color);
border-bottom: 0px solid var(--ls-quaternary-background-color);
}

ul {
padding: 12px;
Expand Down

0 comments on commit 6e2dee0

Please sign in to comment.