devins right shouldnt push straight to develop
This commit is contained in:
parent
2cae12e1ab
commit
af4dc869c0
1 changed files with 9 additions and 9 deletions
|
@ -98,21 +98,21 @@
|
||||||
top: 72px;
|
top: 72px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat-box-wrapper {
|
|
||||||
height: 100%;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chat-box {
|
.chat-box {
|
||||||
position: relative;
|
position: absolute;
|
||||||
display: flex;
|
right: 0;
|
||||||
flex-direction: column;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
width: 300px;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #424242;
|
background: #424242;
|
||||||
box-shadow: -8px 0px 16px 2px rgba(0, 0, 0, 0.23);
|
box-shadow: -8px 0px 16px 2px rgba(0, 0, 0, 0.23);
|
||||||
|
|
||||||
|
.chat-panel {
|
||||||
|
width: 300px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.chat-button {
|
.chat-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue