diff options
Diffstat (limited to 'src/main/assets/style.css')
-rw-r--r-- | src/main/assets/style.css | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css index d4945c97..805ea0f7 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -214,6 +214,7 @@ pre::-moz-selection { border-bottom: 2px solid transparent; } #ctitle { + display: flex; flex: 1; white-space: nowrap; overflow: hidden; @@ -303,9 +304,7 @@ pre::-moz-selection { text-align: center; font-weight: 400; } -#ctitle { - display: flex; -} + #ctitle img { margin-right: 5px; vertical-align: middle; @@ -484,6 +483,7 @@ article .tags > a::before, display: flex; width: 100%; margin-top: 10px; + flex-direction: column; } .msg-comment-hidden { display: none; @@ -886,18 +886,9 @@ article p { min-width: 280px; width: auto; } -.msg-cont { - margin: 8px 0; -} -.msg-media { - overflow: auto; -} .title2 h2 { font-size: large; } -.msg-comment { - flex-direction: column; -} .msg-comment input { align-self: flex-end; margin: 6px 0 0 0; |