mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-01-28 23:54:26 +00:00
tune .post-area-new.open bottom adjustment in DMs/group DMs SASS
This commit is contained in:
parent
33f7b16fc9
commit
bf79d2f9d1
@ -7,7 +7,7 @@
|
||||
z-index: 5
|
||||
background: $bloc-light-color !important
|
||||
position: absolute
|
||||
bottom: 40px
|
||||
bottom: 0px
|
||||
width: 100% !important
|
||||
padding: 10px 20px!important
|
||||
+box-shadow(0 -8px 13px rgba(#111, 0.1))
|
||||
@ -84,7 +84,7 @@
|
||||
border-bottom: 1px solid $main-background-color
|
||||
background: $bloc-light-color
|
||||
.direct-messages-thread
|
||||
padding-bottom: 200px
|
||||
padding-bottom: 160px
|
||||
max-width: 420px
|
||||
margin: auto
|
||||
li
|
||||
|
@ -22,6 +22,10 @@
|
||||
button
|
||||
margin: 5px
|
||||
|
||||
.direct-messages-thread
|
||||
padding-bottom: 200px
|
||||
.post-area-new.open
|
||||
bottom: 40px
|
||||
.direct-messages-list
|
||||
li
|
||||
padding: 10px 20px
|
||||
|
@ -342,3 +342,5 @@ $header-modal-height : $menu-height
|
||||
/********* DIRECT MESSAGES MODAL ***********/
|
||||
|
||||
@import '_dm'
|
||||
|
||||
@import '_groupchat'
|
||||
|
@ -18,7 +18,6 @@
|
||||
@import 'layout/_profile'
|
||||
@import 'layout/_postboard'
|
||||
@import 'layout/_following'
|
||||
@import 'layout/_groupchat'
|
||||
|
||||
// pages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user