diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-12-12 12:23:01 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-12-12 12:23:01 +0000 |
| commit | a621382a3ff46fa00499c2b2196042cc4d4d9e33 (patch) | |
| tree | 855113f11416f57fc6351ac763b2da84837842b8 /src/App.scss | |
| parent | c2c48ec25c076d2d24b75b7ca3db5b6fd060e540 (diff) | |
| parent | 386719b0d03475fb5cab667ce28a5aff354fbc4d (diff) | |
Merge branch 'load-button-fix' into 'develop'
Fix css runtime loading issue
Closes #734
See merge request pleroma/pleroma-fe!1030
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 925913f2..754ca62e 100644 --- a/src/App.scss +++ b/src/App.scss @@ -870,3 +870,16 @@ nav { transform: rotate(359deg); } } + +.new-status-notification { + position:relative; + margin-top: -1px; + font-size: 1.1em; + border-width: 1px 0 0 0; + border-style: solid; + border-color: var(--border, $fallback--border); + padding: 10px; + z-index: 1; + background-color: $fallback--fg; + background-color: var(--panel, $fallback--fg); +} |
