diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-09-25 07:16:23 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-09-25 07:16:23 +0000 |
| commit | 170372b2bc4614bd8db97d7d0ab3c745f3087501 (patch) | |
| tree | 7d6982b2e54ed8648d92d0585fdc1529380bae15 /src/App.scss | |
| parent | 49ea63ddf3b250de83d5daa3594fd5d27bea33c6 (diff) | |
| parent | 7fe6ba2401745ce61e3fb2f438948693df322ba1 (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.scss | 5 |
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; |
