Made the "chat" view to be full page height

This commit is contained in:
Rohan Sircar 2020-05-29 18:50:59 +05:30
parent 0b9cffb4ca
commit 1abeac9f47
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ html {
}
.card {
height: 500px;
height: 800px;
border-radius: 15px !important;
background-color: rgba(0, 0, 0, 0.4) !important;
}

View File

@ -17,7 +17,7 @@
<body>
<div th:include="fragments/navbar :: navbarFragment"></div>
<header id="chat-section">
<header id="chat-section" hidden>
<div class="dark-overlay">
<div class="chat-inner container bg-primary">
<div class="row">