up height of conversation list
This commit is contained in:
parent
a88cfb8e3d
commit
6c3d1564d4
6 changed files with 67 additions and 38 deletions
|
@ -17,7 +17,7 @@
|
|||
width: 300px;
|
||||
position: relative;
|
||||
left: -16px;
|
||||
top: -42px;
|
||||
top: -32px;
|
||||
|
||||
.time-ago {
|
||||
color: #1E1F22;
|
||||
|
@ -99,6 +99,7 @@
|
|||
|
||||
.button {
|
||||
background: transparent;
|
||||
padding: 10px 0;
|
||||
|
||||
&.edit {
|
||||
color: #9B9DA6;
|
||||
|
|
|
@ -19,9 +19,26 @@
|
|||
.navbar {
|
||||
background: #1b1d27;
|
||||
color: white;
|
||||
height: 60px;
|
||||
|
||||
.navbar-item {
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
|
||||
&:last-of-type {
|
||||
|
||||
padding-right: 32px;
|
||||
}
|
||||
|
||||
|
||||
&.user-account-item {
|
||||
|
||||
background: #525668;
|
||||
color: white;
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
border-bottom: 2px solid #7FB8E7;
|
||||
color: #7FB8E7;
|
||||
}
|
||||
}
|
||||
|
@ -39,10 +56,7 @@
|
|||
font-size: 24px;
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
background: #7FB8E7 !important;
|
||||
border-bottom: 2px solid #7FB8E7;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -203,7 +217,7 @@
|
|||
|
||||
.conversation-container {
|
||||
padding-left: 12px;
|
||||
max-height: 80vh;
|
||||
min-height: 90vh;
|
||||
}
|
||||
|
||||
input {
|
||||
|
@ -292,7 +306,7 @@
|
|||
|
||||
.chat-column {
|
||||
|
||||
min-width: 1000px;
|
||||
min-width: 900px;
|
||||
|
||||
}
|
||||
|
||||
|
@ -350,7 +364,7 @@
|
|||
min-height: 600px;
|
||||
max-height: 90vh;
|
||||
margin: 0 auto;
|
||||
padding-top: 10px;
|
||||
padding-top: 50px;
|
||||
padding-left: 60px;
|
||||
padding-right: 60px;
|
||||
overflow: auto;
|
||||
|
@ -471,6 +485,7 @@
|
|||
|
||||
.conversation-bottom {
|
||||
padding: 10px 200px;
|
||||
margin-top: -100px;
|
||||
}
|
||||
|
||||
.bottom-warning-container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue