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