Commit 3cd5d9f8 authored by JC Brand's avatar JC Brand

Tweak chatroom heading and description margins

parent fcf86544
...@@ -7371,7 +7371,7 @@ body.reset { ...@@ -7371,7 +7371,7 @@ body.reset {
width: 100%; width: 100%;
height: 100vh; } } height: 100vh; } }
#conversejs .chatbox .chat-title { #conversejs .chatbox .chat-title {
font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif; font-family: Futura, Helvetica, Trebuchet MS, Arial, sans-serif;
color: white; color: white;
display: block; display: block;
line-height: 20px; line-height: 20px;
...@@ -8202,7 +8202,8 @@ body.reset { ...@@ -8202,7 +8202,8 @@ body.reset {
#conversejs .chat-head-chatroom .chatroom-description { #conversejs .chat-head-chatroom .chatroom-description {
color: #f6ccc1; color: #f6ccc1;
font-size: 16px; font-size: 16px;
font-size: 80%; font-size: 70%;
margin-top: 3px;
overflow-y: hidden; overflow-y: hidden;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
......
...@@ -7422,7 +7422,7 @@ body { ...@@ -7422,7 +7422,7 @@ body {
width: 100%; width: 100%;
height: 100vh; } } height: 100vh; } }
#conversejs .chatbox .chat-title { #conversejs .chatbox .chat-title {
font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif; font-family: Futura, Helvetica, Trebuchet MS, Arial, sans-serif;
color: white; color: white;
display: block; display: block;
line-height: 24px; line-height: 24px;
...@@ -8341,7 +8341,8 @@ body { ...@@ -8341,7 +8341,8 @@ body {
#conversejs .chat-head-chatroom .chatroom-description { #conversejs .chat-head-chatroom .chatroom-description {
color: #f6ccc1; color: #f6ccc1;
font-size: 18px; font-size: 18px;
font-size: 80%; font-size: 70%;
margin-top: 3px;
overflow-y: hidden; overflow-y: hidden;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
......
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
} }
} }
.chat-title { .chat-title {
font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif; font-family: $heading-font;
color: white; color: white;
display: block; display: block;
line-height: $line-height-large; line-height: $line-height-large;
......
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
.chatroom-description { .chatroom-description {
color: lighten($chatroom-head-color, 25%); color: lighten($chatroom-head-color, 25%);
font-size: $font-size-large; font-size: $font-size-large;
font-size: 80%; font-size: 70%;
margin-top: 3px;
overflow-y: hidden; overflow-y: hidden;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment