Browse Source

fix(mobile): adjust padding for bottom mobile content. Closes #2986

pull/2987/head
Gabe Kangas 2 years ago
parent
commit
9e19af636e
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 3
      web/components/ui/Content/Content.module.scss

3
web/components/ui/Content/Content.module.scss

@ -9,7 +9,6 @@ @@ -9,7 +9,6 @@
flex-direction: column;
flex-grow: 1;
flex-shrink: 0;
padding: 0.3em;
position: absolute;
bottom: 0;
width: 100%;
@ -26,6 +25,8 @@ @@ -26,6 +25,8 @@
:global(.ant-tabs-nav) {
margin-bottom: 0px;
padding-top: 0.5vh;
padding-left: 1vw;
}
}

Loading…
Cancel
Save