aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-09-25 07:16:23 +0000
committerShpuld Shpludson <shp@cock.li>2019-09-25 07:16:23 +0000
commit170372b2bc4614bd8db97d7d0ab3c745f3087501 (patch)
tree7d6982b2e54ed8648d92d0585fdc1529380bae15 /src/App.scss
parent49ea63ddf3b250de83d5daa3594fd5d27bea33c6 (diff)
parent7fe6ba2401745ce61e3fb2f438948693df322ba1 (diff)
Merge branch '616' into 'develop'
Lock body scroll when lightbox is open Closes #616 See merge request pleroma/pleroma-fe!886
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss
index ea7b54e8..2190f91a 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -10,7 +10,8 @@
position: fixed;
z-index: -1;
height: 100%;
- width: 100%;
+ left: 0;
+ right: -20px;
background-size: cover;
background-repeat: no-repeat;
background-position: 0 50%;
@@ -347,6 +348,7 @@ i[class*=icon-] {
align-items: center;
position: fixed;
height: 50px;
+ box-sizing: border-box;
.logo {
display: flex;
@@ -386,6 +388,7 @@ i[class*=icon-] {
}
.inner-nav {
+ position: relative;
margin: auto;
box-sizing: border-box;
padding-left: 10px;