www.lurk.org

LURK www landing page
git clone https://git.lurk.org/repos/www.lurk.org.git
Log | Files | Refs

commit 4b3c8d1e8355133f1adcbcdf5f6005357478c09d
parent 95aa0f7a42a6f80db2fb3d881b243ce12a9d2ad4
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sun Mar 29 15:25:13 +0200

more line height
Diffstat:
muc/muc.css | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/muc/muc.css b/muc/muc.css
@@ -24,6 +24,7 @@
 #conversejs, #conversejs-bg, .converse-fullscreen {
   --redder-orange: #7800FF;
   --light-blue: #FFCD3F;
+  --chatroom-correcting-color: #FFCD3F;
   --normal-font: 'fixedsys', monospace;
   --heading-font: 'fixedsys', monospace;
   --font-size-tiny: 16px;
@@ -31,10 +32,10 @@
   --font-size: 16px;
   --font-size-large: 16px;
   --font-size-huge: 16px;
-  --line-height-small: 16px;
-  --line-height: 16px;
-  --line-height-large: 16px;
-  --line-height-huge: 16px;
+  --line-height-small: 14px;
+  --line-height: 14px;
+  --line-height-large: 14px;
+  --line-height-huge: 14px;
 
   
 }
@@ -72,7 +73,6 @@
   font-size: 16px;
 }
 
-#conversejs .message.chat-msg .chat-msg__content--me .chat-msg__body--groupchat.chat-msg__body--delayed .chat-msg__text,
-#conversejs .message.chat-msg .chat-msg__content--me .chat-msg__body--groupchat.chat-msg__body--received .chat-msg__text {
+#conversejs .chatbox .chat-content {
   line-height: 14px;
 } 
\ No newline at end of file