aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-01-20 20:07:37 +0000
committerMario <mario@mariovavti.com>2023-01-20 20:07:37 +0000
commit2d5e09f93022f8e31986e331f67901fe755ae6ec (patch)
treeb7a4b8bc4fb1f3de0c92702457837d80174cceaa /view/css
parentfbda34935d7cdb1a8672738d613f053b9530ff28 (diff)
downloadvolse-hubzilla-2d5e09f93022f8e31986e331f67901fe755ae6ec.tar.gz
volse-hubzilla-2d5e09f93022f8e31986e331f67901fe755ae6ec.tar.bz2
volse-hubzilla-2d5e09f93022f8e31986e331f67901fe755ae6ec.zip
theme fixes
Diffstat (limited to 'view/css')
-rw-r--r--view/css/bootstrap-red.css5
-rw-r--r--view/css/conversation.css4
2 files changed, 4 insertions, 5 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index b85889c87..bda0ab3ca 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -7,9 +7,8 @@
}
}
-.nav-link,
-.form-control {
- transition: none;
+* {
+ transition: none !important;
}
/* nav overrides */
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 5a0117939..bd6401f45 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -223,10 +223,10 @@ a.wall-item-name-link {
.comment-edit-text {
- padding: 0.5rem;
+ padding: .5rem;
width: 100%;
display: inherit;
- line-height: 1.25;
+ line-height: 1.5;
height: 2.5rem;
resize: none;
overflow: hidden;