aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-24 15:19:11 +0000
committerr <r@freesoftwareextremist.com>2019-12-24 15:19:11 +0000
commit51bdb20402abc08102e83a234bb4f6720c5a1166 (patch)
tree17ffc20c58c217ae559c67e01c407343b4c4ad67 /static
parenta24d87ad2044db01b5ce35c5fe581967fbde4cf6 (diff)
downloadbloat-51bdb20402abc08102e83a234bb4f6720c5a1166.tar.gz
bloat-51bdb20402abc08102e83a234bb4f6720c5a1166.zip
Fix status content style
Diffstat (limited to 'static')
-rw-r--r--static/main.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/static/main.css b/static/main.css
index 8237abb..34614c8 100644
--- a/static/main.css
+++ b/static/main.css
@@ -13,7 +13,7 @@
}
.status-content {
- margin: 4px 0 8px 0;
+ margin: 4px 0;
word-wrap: anywhere;
}
@@ -21,6 +21,10 @@
margin: 0px;
}
+.status-media-container {
+ margin: 4px 0;
+}
+
.status-profile-img-container {
margin-right: 8px;
}
@@ -60,16 +64,15 @@
}
.status-action {
- display: flex;
margin-top: 4px;
}
.status-action a {
- display: flex;
- margin: 0 4px;
- width: 64px;
+ display: inline-block;
+ min-width: 64px;
text-decoration: none;
color: #333333;
+ vertical-align: middle;
}
.status-action a:hover {