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.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/gui/src/styles/styles.css b/gui/src/styles/styles.css
index c105656..ac3c71b 100644
--- a/gui/src/styles/styles.css
+++ b/gui/src/styles/styles.css
@@ -555,6 +555,13 @@ h6 {
& .author {
flex: unset;
gap: 0;
+ margin: 0.7rem 0.3rem;
+ font-weight: 700;
+ flex-grow: 1;
+
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
& .name {
display: flex;
@@ -566,6 +573,11 @@ h6 {
}
}
+ post-body {
+ max-height: 300px;
+ overflow-y: auto;
+ }
+
& .date {
color: grey;
}