Made the "chat" view to be full page height
This commit is contained in:
parent
0b9cffb4ca
commit
1abeac9f47
@ -33,7 +33,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
height: 500px;
|
height: 800px;
|
||||||
border-radius: 15px !important;
|
border-radius: 15px !important;
|
||||||
background-color: rgba(0, 0, 0, 0.4) !important;
|
background-color: rgba(0, 0, 0, 0.4) !important;
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div th:include="fragments/navbar :: navbarFragment"></div>
|
<div th:include="fragments/navbar :: navbarFragment"></div>
|
||||||
<header id="chat-section">
|
<header id="chat-section" hidden>
|
||||||
<div class="dark-overlay">
|
<div class="dark-overlay">
|
||||||
<div class="chat-inner container bg-primary">
|
<div class="chat-inner container bg-primary">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
Loading…
Reference in New Issue
Block a user