mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-15 14:04:59 -05:00
Rooms members -> bottom right
This commit is contained in:
parent
cb85afb4d1
commit
7604d3e4ff
@ -1484,8 +1484,8 @@ button.secondary:hover:not(:disabled) {
|
||||
}
|
||||
#members_toggle {
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
right: 27px;
|
||||
bottom: 50px;
|
||||
right: 20px;
|
||||
cursor: pointer;
|
||||
color: #9e9ea6;
|
||||
font-size: 16px;
|
||||
@ -1505,7 +1505,7 @@ button.secondary:hover:not(:disabled) {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
position: absolute;
|
||||
top: 80px;
|
||||
bottom: 80px;
|
||||
right: 20px;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
|
@ -493,8 +493,8 @@
|
||||
*/
|
||||
#members_toggle
|
||||
position: absolute
|
||||
top: 50px
|
||||
right: 27px
|
||||
bottom: 50px
|
||||
right: 20px
|
||||
cursor: pointer
|
||||
color: $gray
|
||||
font-size: $font-size-h3
|
||||
@ -514,7 +514,7 @@
|
||||
overflow-y: auto
|
||||
overflow-x: hidden
|
||||
position: absolute
|
||||
top: 80px
|
||||
bottom: 80px
|
||||
right: 20px
|
||||
borderbox()
|
||||
box-shadow: 0px 2px 10px rgba(64, 54, 63, 0.25)
|
||||
|
Loading…
Reference in New Issue
Block a user