@ -49,6 +49,22 @@
}
}
. column-icon-clear {
font-size : 16 px ;
padding : 15 px ;
position : absolute ;
right : 48 px ;
top : 0 ;
cursor : pointer ;
z-index : 2 ;
}
@media screen and ( min-width : 1024 px ) {
. column-icon-clear {
top : 10 px ;
}
}
. icon-button {
display : inline-block ;
padding : 0 ;
@ -714,15 +730,7 @@ a.status__content__spoiler-link {
@media screen and ( min-width : 360 px ) {
. columns-area {
margin : 0 ;
}
. column : first-child , . drawer : first-child {
margin-left : 0 ;
}
. column : last-child , . drawer : last-child {
margin-right : 0 ;
padding : 10 px ;
}
}
@ -730,9 +738,12 @@ a.status__content__spoiler-link {
width : 330 px ;
position : relative ;
box-sizing : border-box ;
background : $color1 ;
display : flex ;
flex-direction : column ;
> . scrollable {
background : $color1 ;
}
}
. ui {
@ -764,6 +775,58 @@ a.status__content__spoiler-link {
border-bottom : 2 px solid transparent ;
}
. column , . drawer {
flex : 1 1 100 % ;
overflow : hidden ;
}
@media screen and ( min-width : 360 px ) {
. tabs-bar {
margin : 10 px ;
margin-bottom : 0 ;
}
. search {
margin-bottom : 10 px ;
}
}
@media screen and ( max-width : 1024 px ) {
. column , . drawer {
width : 100 % ;
padding : 0 ;
}
. columns-area {
flex-direction : column ;
}
. search__input , . autosuggest-textarea__textarea {
font-size : 16 px ;
}
}
@media screen and ( min-width : 1024 px ) {
. columns-area {
padding : 0 ;
}
. column , . drawer {
flex : 0 0 auto ;
padding : 10 px ;
padding-left : 5 px ;
padding-right : 5 px ;
& : first-child {
padding-left : 10 px ;
}
& : last-child {
padding-right : 10 px ;
}
}
}
@media screen and ( min-width : 2560 px ) {
. columns-area {
justify-content : center ;
@ -823,38 +886,6 @@ a.status__content__spoiler-link {
}
}
. column , . drawer {
margin : 10 px ;
margin-left : 5 px ;
margin-right : 5 px ;
flex : 0 0 auto ;
overflow : hidden ;
}
. column : first-child , . drawer : first-child {
margin-left : 10 px ;
}
. column : last-child , . drawer : last-child {
margin-right : 10 px ;
}
@media screen and ( max-width : 1024 px ) {
. column , . drawer {
width : 100 % ;
margin : 0 ;
flex : 1 1 100 % ;
}
. columns-area {
flex-direction : column ;
}
. search__input , . autosuggest-textarea__textarea {
font-size : 16 px ;
}
}
. tabs-bar {
display : flex ;
background : lighten ( $color1 , 8 % ) ;
@ -895,27 +926,6 @@ a.status__content__spoiler-link {
}
}
@media screen and ( min-width : 360 px ) {
. columns-area {
margin : 10 px ;
}
. tabs-bar {
margin : 10 px ;
margin-bottom : 0 ;
}
. search {
margin-bottom : 10 px ;
}
}
@media screen and ( min-width : 1024 px ) {
. columns-area {
margin : 0 ;
}
}
@media screen and ( min-width : 600 px ) {
. tabs-bar__link {
span {
@ -1379,12 +1389,15 @@ button.active i.fa-retweet {
. empty-column-indicator {
color : lighten ( $color1 , 20 % ) ;
background : $color1 ;
text-align : center ;
padding : 20 px ;
padding-top : 100 px ;
font-size : 15 px ;
font-weight : 400 ;
cursor : default ;
display : flex ;
flex : 1 1 auto ;
align-items : center ;
a {
color : $color4 ;