aboutsummaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index 2dcb4a6..b4b616b 100644
--- a/static/main.css
+++ b/static/main.css
@@ -234,6 +234,8 @@
.user-profile-img {
max-height: 100px;
max-width: 100px;
+ object-fit: contain;
+ vertical-align: top;
}
.user-profile-decription {
@@ -284,6 +286,11 @@
position: relative;
}
+.status-profile-img-container .img-link {
+ width: 48px;
+ overflow: hidden;
+}
+
.status-nsfw-overlay {
height: 100%;
width: 100%;
@@ -305,3 +312,7 @@
.status-video-container:hover .status-nsfw-overlay {
display: none;
}
+
+.post-form-field>* {
+ vertical-align: middle;
+}