Преглед изворни кода

Tweak chatroom heading and description margins

JC Brand пре 7 година
родитељ
комит
3cd5d9f8ca
4 измењених фајлова са 9 додато и 6 уклоњено
  1. 3 2
      css/converse.css
  2. 3 2
      css/inverse.css
  3. 1 1
      sass/_chatbox.scss
  4. 2 1
      sass/_chatrooms.scss

+ 3 - 2
css/converse.css

@@ -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 {
   #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;

+ 3 - 2
css/inverse.css

@@ -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 {
   #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;

+ 1 - 1
sass/_chatbox.scss

@@ -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;

+ 2 - 1
sass/_chatrooms.scss

@@ -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;