aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css18
1 files changed, 7 insertions, 11 deletions
diff --git a/static/style.css b/static/style.css
index 9d4c94c..cd37067 100644
--- a/static/style.css
+++ b/static/style.css
@@ -41,7 +41,6 @@
max-width: 280px;
vertical-align: bottom;
object-fit: contain;
- margin-bottom: 5px;
}
.status-media-container {
@@ -49,6 +48,11 @@
overflow: auto;
}
+.status-media-container>a {
+ margin-bottom: 5px;
+ display: inline-block;
+}
+
.status-profile-img-container {
margin-right: 8px;
display: inline-block;
@@ -187,16 +191,12 @@
margin-left: 8px;
}
-.status-reply-to {
- display: inline-block;
-}
-
.status-reply-to-link {
font-size: 10pt
}
.status-reply-container {
- word-break: break-all;
+ overflow-wrap: break-word;
}
.status-reply-container .fa {
@@ -209,10 +209,6 @@
font-size: 10pt;
}
-.status-reply {
- display: inline-block;
-}
-
.status-reply-link {
font-size: 10pt;
}
@@ -256,6 +252,7 @@
}
.user-profile-decription {
+ overflow-wrap: break-word;
margin: 8px 0;
}
@@ -315,7 +312,6 @@ a:hover,
bottom: 0;
left: 0;
right: 0;
- margin-bottom: 5px;
}
.img-link:hover .status-nsfw-overlay {