aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/main.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index b3dce7a..8341172 100644
--- a/static/main.css
+++ b/static/main.css
@@ -207,3 +207,42 @@
.post-attachment-div {
margin: 2px 0;
}
+
+.user-profile-img-container {
+ display: inline-block
+}
+
+.user-profile-details-container {
+ display: inline-block;
+ vertical-align: top;
+ margin: 0 4px;
+}
+
+.user-profile-details-container>div {
+ margin-bottom: 4px;
+}
+
+.user-profile-img {
+ max-height: 100px;
+ max-width: 100px;
+}
+
+.user-profile-decription {
+ margin: 4px 0;
+}
+
+.d-inline {
+ display: inline;
+}
+
+.btn-link {
+ border: none;
+ outline: none;
+ background: none;
+ cursor: pointer;
+ color: #0000EE;
+ padding: 0;
+ text-decoration: underline;
+ font-family: inherit;
+ font-size: inherit;
+}