diff options
| author | RblSb <msrblsb@gmail.com> | 2020-06-06 10:19:18 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-06-06 13:57:41 +0300 |
| commit | 41e8165d3d701562af4eb78d86816fd1f88766af (patch) | |
| tree | 4b0ceed7d2c3300048dbc9dcc587a55640fd0834 /res/css/des.css | |
| parent | 8506b4edcb0a9bb1973bb38fcca4bcdc21e397c1 (diff) | |
Pause indicator
Diffstat (limited to 'res/css/des.css')
| -rw-r--r-- | res/css/des.css | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/res/css/des.css b/res/css/des.css index 5cdf5c7..84ab9e8 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -234,6 +234,8 @@ button.danger-bg:focus { } .info header { + display: flex; + align-items: center; flex-wrap: nowrap; overflow-x: hidden; white-space: nowrap; @@ -263,7 +265,6 @@ header h4 { position: relative; display: flex; flex-wrap: nowrap; - padding-bottom: 1rem; } .controls span { @@ -445,6 +446,7 @@ footer#footer { #chat .controls { display: flex; justify-content: space-between; + padding-bottom: 1rem; } /* Users online */ @@ -697,12 +699,17 @@ html { background: var(--background-video); } #header { - font-size: 1.953rem; - display: inline-block; + display: flex; flex: 1; - overflow-x: hidden; + flex-wrap: nowrap; + overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + font-size: 1.953rem; + } + #currenttitle { + text-overflow: ellipsis; + overflow: hidden; } .gutter { grid-area: gutter; @@ -731,7 +738,7 @@ html { padding: 0 1rem; } -.mobile-view .controls { +.mobile-view #chat .controls { padding-bottom: 0; } |
