From 68cf9d4fbd0b38a11f0bd1ceff9bd134c96784ac Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 23 Apr 2020 21:24:55 +0300 Subject: Fix CSS warnings --- src/main/assets/style.css | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'src/main/assets/style.css') 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; -- cgit v1.2.3