mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 01:02:23 -05:00
CSS: Chat view
This commit is contained in:
parent
d4dffab8df
commit
10722cea57
@ -1143,7 +1143,8 @@ button.secondary:hover:not(:disabled) {
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
bottom: 55px;
|
||||
padding-top: 75px;
|
||||
margin-top: 75px;
|
||||
width: 100%;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
@ -1331,9 +1332,6 @@ button.secondary:hover:not(:disabled) {
|
||||
border: 1px solid #efe391;
|
||||
color: #d2bd2d;
|
||||
}
|
||||
.group.conversation .messages {
|
||||
right: 150px;
|
||||
}
|
||||
.group.conversation .groupRoster {
|
||||
width: 150px;
|
||||
margin: 0px;
|
||||
|
@ -206,7 +206,8 @@
|
||||
top: 0px
|
||||
right: 0px
|
||||
bottom: 55px
|
||||
padding-top: 75px
|
||||
margin-top: 75px
|
||||
width: 100%
|
||||
borderbox()
|
||||
-webkit-overflow-scrolling: touch
|
||||
|
||||
@ -385,9 +386,6 @@
|
||||
|
||||
.group.conversation
|
||||
|
||||
.messages
|
||||
right: 150px
|
||||
|
||||
.groupRoster
|
||||
width: 150px
|
||||
margin: 0px
|
||||
|
Loading…
Reference in New Issue
Block a user