diff options
| author | Henry Jameson <me@hjkos.com> | 2018-09-03 22:12:18 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-09-03 22:12:18 +0300 |
| commit | a6047e0ad5820e08308d3c7d5f54c14ba57fca5e (patch) | |
| tree | e00c65121da0688872c01c9da91e36ddfe3c2256 /src/App.scss | |
| parent | 20b0ffc0b9978799ed34fc3b8c85aa8fe56f2eeb (diff) | |
Kinda went back to using align-items: stretch. Fixed error message floating.
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/src/App.scss b/src/App.scss index dd43c5ca..6ae4a1bb 100644 --- a/src/App.scss +++ b/src/App.scss @@ -325,18 +325,35 @@ main-router { background-size: cover; padding: .6em .6em; text-align: left; - font-size: 1.3em; - line-height: 24px; + line-height: 28px; background-color: $fallback--btn; background-color: var(--btn, $fallback--btn); align-items: baseline; .title { flex: 1 0 auto; + font-size: 1.3em; + } + + .alert { + white-space: nowrap; + text-overflow: ellipsis; + overflow-x: hidden; } button { - height: 100%; + flex-shrink: 0; + } + + button, .alert { + // height: 100%; + line-height: 21px; + min-height: 0; + box-sizing: border-box; + margin: 0; + margin-left: .25em; + min-width: 1px; + align-self: stretch; } } |
