luke пре 6 година
родитељ
комит
b8a29c1fac
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      pc_chat/src/components/chat.vue

+ 5 - 2
pc_chat/src/components/chat.vue

@@ -1733,11 +1733,14 @@
 		background: #F5F5F5;
 		width: 37%;
 	}
-
+	.cationer{
+		height: 570px;
+	}
 	.cationer, .artificial {
 		display: flex;
 		justify-content: space-between;
 		/* align-items: center; */
+
 	}
 
 	.rt {
@@ -2035,7 +2038,7 @@
 	}
 
 	.informationBox {
-		height: 500px;
+		height: 450px;
 		overflow: auto;
 	}