mirror of
https://github.com/exane/not-gwent-online
synced 2025-11-08 09:08:40 +00:00
bit styling and adding field for chat
This commit is contained in:
@@ -12,11 +12,36 @@
|
||||
float: left;
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
height: calc(100vh - 300px);
|
||||
height: calc(100vh - 200px);
|
||||
min-height: 400px;
|
||||
clear: both;
|
||||
position: relative;
|
||||
|
||||
color: #fff;
|
||||
|
||||
@include contentGradient();
|
||||
}
|
||||
|
||||
.chats {
|
||||
float: left;
|
||||
overflow-y: scroll;
|
||||
height: calc(100% - 100px);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.chatbox {
|
||||
height: 100px;
|
||||
float: left;
|
||||
width: 100%;
|
||||
border: 0;
|
||||
resize: none;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
padding: 20px;
|
||||
font-size: 15px;
|
||||
font-weight: 300;
|
||||
color: #8798ac;
|
||||
|
||||
@include contentGradient();
|
||||
}
|
||||
@@ -18,7 +18,7 @@ main {
|
||||
float: left;
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
height: calc(100vh - 300px);
|
||||
height: calc(100vh - 200px);
|
||||
min-height: 400px;
|
||||
clear: both;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user