Ver código fonte

fix: Element heights

gugdun 9 meses atrás
pai
commit
479c640853
1 arquivos alterados com 6 adições e 5 exclusões
  1. 6 5
      public/css/main.css

+ 6 - 5
public/css/main.css

@@ -167,7 +167,7 @@ body {
     flex-direction: row;
     align-items: center;
     width: 100%;
-    height: 48px;
+    height: 56px;
     border-bottom-color: #222;
     border-bottom-width: 1px;
     border-bottom-style: solid;
@@ -200,6 +200,7 @@ body {
     display: flex;
     justify-content: center;
     align-items: center;
+    height: 100%;
 }
 
 .action img {
@@ -384,7 +385,7 @@ body {
     }
 
     .chat-header {
-        height: 48px;
+        height: 56px;
     }
 
     .chat-title {
@@ -396,7 +397,7 @@ body {
     }
 
     .chat-item {
-        height: 40px;
+        height: 48px;
     }
     
     .chat-name {
@@ -495,7 +496,7 @@ body {
     }
 
     .chat-header {
-        height: 44px;
+        height: 48px;
     }
 
     .chat-title {
@@ -507,7 +508,7 @@ body {
     }
 
     .chat-item {
-        height: 36px;
+        height: 40px;
     }
     
     .chat-name {