aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-08-04 13:40:22 +0000
committerMario <mario@mariovavti.com>2024-08-04 13:40:22 +0000
commit294359d7f5526394d8dcfd0fd29f5ec4914cdde8 (patch)
tree7e07dac2ac2db141c6ff9ad18a9a0e549118e332 /view/theme/redbasic/css
parent8ff870482fcb7df20182bf7613ecd47901aeb468 (diff)
downloadvolse-hubzilla-294359d7f5526394d8dcfd0fd29f5ec4914cdde8.tar.gz
volse-hubzilla-294359d7f5526394d8dcfd0fd29f5ec4914cdde8.tar.bz2
volse-hubzilla-294359d7f5526394d8dcfd0fd29f5ec4914cdde8.zip
improved content and comment collapse/expand rendering
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 08151b8a5..129a49eb9 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -991,6 +991,19 @@ a .drop-icons:hover {
border-top: 1px dashed #adadad;
}
+
+.hide-comments-icon,
+.divgrow-showmore-icon {
+ font-size: $font_size;
+}
+
+.divgrow-showmore-label,
+.hide-comments-label {
+ text-transform: uppercase;
+ font-size: 0.7rem;
+}
+
+
.wall-item-comment-wrapper {
padding: 7px 10px;
background-color: var(--bs-tertiary-bg);