diff options
| author | Henry Jameson <me@hjkos.com> | 2021-03-08 19:18:43 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-03-08 19:18:43 +0200 |
| commit | 8a590f9269086ac737869e948954c74d6317541e (patch) | |
| tree | 9b91561fcaf7e0927a2d07054717b19a4da844f9 /src/App.scss | |
| parent | 6281241b92bc17a9535b15a52e656b9f218e3322 (diff) | |
Cleaned up panel-footer. No longer uses header styles since those look
and work ugly.
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/src/App.scss b/src/App.scss index 90d083bb..a3b2a08e 100644 --- a/src/App.scss +++ b/src/App.scss @@ -548,8 +548,17 @@ main-router { } .panel-footer { + display: flex; border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius; border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius); + flex: none; + padding: 0.6em 0.6em; + text-align: left; + line-height: 28px; + align-items: baseline; + border-width: 1px 0 0 0; + border-style: solid; + border-color: var(--border, $fallback--border); .faint { color: $fallback--faint; @@ -862,16 +871,10 @@ nav { } .new-status-notification { - position:relative; - margin-top: -1px; + position: relative; 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); + flex: 1; } .chat-layout { |
