aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-04-23 21:24:55 +0300
committerGravatar Vitaly Takmazov2020-04-23 21:24:55 +0300
commit68cf9d4fbd0b38a11f0bd1ceff9bd134c96784ac (patch)
treee19d62432d1a3d992825f462db3b2a1ab8331ab0 /src
parent64bfc87a5454857c52082ab7187133abd1d9a9f0 (diff)
Fix CSS warnings
Diffstat (limited to 'src')
-rw-r--r--src/main/assets/style.css15
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;