Skip to content

Commit

Permalink
Mobile settings styles
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Jan 4, 2024
1 parent c0a41e1 commit 9b55b5a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/app/settings/SettingsPage.m.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
h1 {
margin: 0 0 16px 0;
font-size: 20px;

@include phone-portrait {
margin: 16px 0;
}
}

h2 {
Expand All @@ -27,7 +31,7 @@
section {
display: flex;
flex-direction: column;
gap: 4px;
gap: 8px;
}

label {
Expand All @@ -50,9 +54,16 @@

.setting {
composes: flexColumn from '../dim-ui/common.m.scss';
gap: 4px;
gap: 8px;
padding: 8px;
background-color: var(--theme-search-bg);

@include phone-portrait {
margin-left: -10px;
margin-right: -10px;
padding: 10px;
}

> .setting {
padding: 0;
margin: 0;
Expand Down

0 comments on commit 9b55b5a

Please sign in to comment.