diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-09 17:13:50 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-09 17:13:50 +0000 |
| commit | 177e53cf6a93e4a00ed0ed979f89789340fb8f51 (patch) | |
| tree | 2092cd0226f0e5e8b950570f5871b8bf5dc636f5 /src/App.scss | |
| parent | d5d7658418e6f167c7a1ac07befbaf3583b9a283 (diff) | |
| parent | a89010843deb67f8c03e72ab8681b1de54b3259b (diff) | |
Merge branch 'mobile-scope' into 'develop'
Display additional scope description above the status form for mobile users.
Closes #505
See merge request pleroma/pleroma-fe!767
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 921f2c3b..2729e0b0 100644 --- a/src/App.scss +++ b/src/App.scss @@ -648,6 +648,19 @@ nav { border-radius: var(--inputRadius, $fallback--inputRadius); } +.notice-dismissible { + padding-right: 4rem; + position: relative; + + .dismiss { + position: absolute; + top: 0; + right: 0; + padding: .5em; + color: inherit; + } +} + @keyframes modal-background-fadein { from { background-color: rgba(0, 0, 0, 0); |
