summaryrefslogtreecommitdiff
path: root/gui/src/styles/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/styles/styles.css')
-rw-r--r--gui/src/styles/styles.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/gui/src/styles/styles.css b/gui/src/styles/styles.css
index ac3c71b..5772c40 100644
--- a/gui/src/styles/styles.css
+++ b/gui/src/styles/styles.css
@@ -1,4 +1,5 @@
@import "tailwindcss";
+@import "./UserModal.css";
/* assets */
/* fonts */
@@ -573,10 +574,6 @@ h6 {
}
}
- post-body {
- max-height: 300px;
- overflow-y: auto;
- }
& .date {
color: grey;
@@ -584,6 +581,11 @@ h6 {
}
+ .body {
+ max-height: 300px;
+ overflow-y: auto;
+ }
+
& footer {
justify-content: left;
margin: unset;