Skip to content

Commit

Permalink
fix: height and styling of the layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbhayel committed Nov 25, 2024
1 parent 9e388c2 commit 8bc480f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions modules/settings/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,13 @@ body {
html:not([dir='rtl']) #ea11y-app {
margin-left: -20px;
background: white;
height: 97vh;
height: calc(100vh - 32px);
}

html[dir='rtl'] #ea11y-app {
margin-right: -20px;
background: white;
height: 97vh;
}

html:not([dir='rtl']) #ea11y-app-top-bar {
margin-left: -20px;
margin-bottom: 20px;
}

html[dir='rtl'] #ea11y-app-top-bar {
margin-right: -20px;
margin-bottom: 20px;
height: calc(100vh - 32px);
}

#ea11y-app * {
Expand Down

0 comments on commit 8bc480f

Please sign in to comment.