theme_nin/sass/layout/_responsive.sass

104 lines
1.4 KiB
Sass
Raw Normal View History

2015-07-26 21:39:11 +02:00
2015-07-31 10:58:25 +02:00
@media (max-width: $site-width)
2018-09-30 23:06:08 +05:00
.right
display: none
.userMenu
ul
2015-07-29 06:22:03 +02:00
padding: 0
2015-08-21 06:10:45 +02:00
.postboard
2015-07-31 10:58:25 +02:00
position: absolute
2018-09-30 23:06:08 +05:00
left: $leftWidth
2015-07-31 10:58:25 +02:00
right: 20px
2015-08-10 05:59:24 +02:00
width: auto!important
2015-07-31 10:58:25 +02:00
2015-08-21 06:10:45 +02:00
2015-07-29 06:22:03 +02:00
.modal-wrapper
width: 85%
2015-07-31 10:58:25 +02:00
.postboard
width: $postboardWidth
float: left
2018-09-30 23:06:08 +05:00
position: relative
2015-07-31 10:58:25 +02:00
left: 0
2015-07-26 21:39:11 +02:00
2015-08-03 16:20:22 +02:00
@media (max-width: 700px)
2015-07-26 21:39:11 +02:00
2015-08-03 16:20:22 +02:00
.network
&.singleBlock
2015-08-03 21:22:41 +02:00
margin-top: $menu-height
2015-08-03 16:20:22 +02:00
.module
2015-08-03 21:22:41 +02:00
width: 100%
margin: 0 !important
2015-08-03 16:20:22 +02:00
float: none
2015-08-03 19:36:37 +02:00
2018-09-30 23:06:08 +05:00
.userMenu
> ul
2015-08-03 19:36:37 +02:00
background-image: none
.userMenu li.userMenu-search > input
width: 150px
.prompt-wrapper
width: 98%
left: 1%
margin-left: 0
2015-08-03 16:20:22 +02:00
.dashboard
&.left
2015-08-03 19:36:37 +02:00
top: 0
margin-top: 0
min-height: $menu-height + 70px
width: 100%
2015-08-03 16:20:22 +02:00
> .module
2018-09-30 23:06:08 +05:00
top: $menu-height
2015-08-03 19:36:37 +02:00
float: none
width: 100%
position: fixed
z-index: 10
2018-09-30 23:06:08 +05:00
.mini-profile-info
2015-08-03 19:36:37 +02:00
display: none
.mini-profile-indicators li
2015-09-12 15:34:25 +02:00
width: 20%
2015-08-03 19:36:37 +02:00
margin: 0
float: left
2015-09-01 08:10:14 +02:00
2015-09-14 13:34:33 +02:00
&.userMenu-user, &.userMenu-collapsePosts
2015-09-01 08:10:14 +02:00
display: none
2018-09-30 23:06:08 +05:00
.who-follow
2015-08-03 19:36:37 +02:00
display: none
2018-09-30 23:06:08 +05:00
.promoted-posts-only
2015-08-03 16:20:22 +02:00
display: none
2015-08-03 19:36:37 +02:00
2018-09-30 23:06:08 +05:00
.wrapper
2015-08-03 19:36:37 +02:00
padding-top: 0
2018-09-30 23:06:08 +05:00
.postboard
2015-08-03 16:20:22 +02:00
width: 100%
2018-09-30 23:06:08 +05:00
float: none
2015-08-03 16:20:22 +02:00
left: 0
2015-08-03 19:36:37 +02:00
z-index: 5
top: 0
position: relative
margin-top: 0
2018-09-30 23:06:08 +05:00
.modal-wrapper &
2015-08-03 16:20:22 +02:00
top: auto
2018-09-30 23:06:08 +05:00
#postboard-top
2015-09-01 10:54:04 +02:00
display: none
2015-08-03 19:36:37 +02:00
.modal-wrapper
width: 90%
2015-09-12 15:34:25 +02:00
2015-08-03 19:36:37 +02:00
@media (max-width: 360px)
.userMenu li.userMenu-search > input
width: 100px
2018-09-30 23:06:08 +05:00
.dialog-modal
2015-08-03 19:36:37 +02:00
right: -50px
2018-09-30 23:06:08 +05:00
width: 290px