Make comment input resizeable

This commit is contained in:
2026-02-26 10:01:35 -06:00
parent 8839b6c867
commit 697d85e74e

View File

@@ -1,5 +1,9 @@
<!-- ISSO style --> <!-- ISSO style -->
<style> <style>
.isso-comment-header {
height: var(--space-2xl) !important;
}
h4.isso-thread-heading { h4.isso-thread-heading {
color: var(--text-color) !important; color: var(--text-color) !important;
font-size: var(--step-2) !important; font-size: var(--step-2) !important;
@@ -9,7 +13,7 @@
margin-top: var(--space-m) !important; margin-top: var(--space-m) !important;
padding-bottom: 0 !important; padding-bottom: 0 !important;
padding-top: 0 !important; padding-top: 0 !important;
text-wrap: pretty; text-wrap: pretty !important;
} }
.isso-text > h1, .isso-text > h2 { .isso-text > h1, .isso-text > h2 {
@@ -67,6 +71,7 @@
margin-block: 0 1lh !important; margin-block: 0 1lh !important;
min-height: var(--space-l) !important; min-height: var(--space-l) !important;
padding: 0 var(--space-3xs) !important; padding: 0 var(--space-3xs) !important;
resize: vertical !important;
width: 100%; width: 100%;
} }
</style> </style>