Skip to content

Commit

Permalink
Fix padding mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Jul 10, 2024
1 parent a311adc commit 963ebb1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/frontend/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,7 @@
--rs-split-page-bezzel--mobile: calc(var(--vs-stack) * 3);
--rs-split-page-left-pane-bezzel: calc(var(--vs-gutter) * 8);
--rs-split-page-right-pane-bezzel--desktop: 10vmax;
--rs-split-page-right-pane-bezzel-y--mobile: calc(var(--vs-stack) * 3);
--rs-split-page-right-pane-bezzel-x--mobile: calc(var(--vs-stack) * 2);
--rs-split-page-right-pane-bezzel--mobile: calc(var(--vs-stack) * 4);
--rs-split-page-stack: calc(var(--vs-stack) * 4);
--rs-split-page-stack--large: calc(var(--vs-stack) * 6);
--rs-split-page-title: calc(2.8rem + 1vw);
Expand Down Expand Up @@ -1144,8 +1143,7 @@ a:hover,

background: var(--rc-light);
border-radius: var(--rs-card-border-radius);
padding: var(--rs-split-page-right-pane-bezzel-y--mobile)
var(--rs-split-page-right-pane-bezzel-x--mobile);
padding: var(--rs-split-page-right-pane-bezzel--mobile);

overflow: auto;
}
Expand Down

0 comments on commit 963ebb1

Please sign in to comment.