|
|
@ -139,10 +139,10 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.status__content__spoiler-link { |
|
|
|
.status__content__spoiler-link { |
|
|
|
background: lighten($color1, 26%); |
|
|
|
background: lighten($color1, 30%); |
|
|
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
&:hover { |
|
|
|
background: lighten($color1, 29%); |
|
|
|
background: lighten($color1, 33%); |
|
|
|
text-decoration: none; |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -261,6 +261,15 @@ |
|
|
|
.status__avatar { |
|
|
|
.status__avatar { |
|
|
|
opacity: 0.5; |
|
|
|
opacity: 0.5; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.status__content__spoiler-link { |
|
|
|
|
|
|
|
background: lighten($color1, 26%); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
|
|
background: lighten($color1, 29%); |
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.notification__display-name { |
|
|
|
.notification__display-name { |
|
|
@ -354,6 +363,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
.columns-area { |
|
|
|
.columns-area { |
|
|
|
flex-direction: row; |
|
|
|
flex-direction: row; |
|
|
|
|
|
|
|
justify-content: flex-start; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 360px) { |
|
|
|
@media screen and (min-width: 360px) { |
|
|
@ -371,6 +381,19 @@ |
|
|
|
width: 280px; |
|
|
|
width: 280px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 2560px) { |
|
|
|
|
|
|
|
.columns-area { |
|
|
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.column, .drawer { |
|
|
|
|
|
|
|
width: 350px; |
|
|
|
|
|
|
|
border-radius: 4px; |
|
|
|
|
|
|
|
height: 90vh; |
|
|
|
|
|
|
|
margin-top: 5vh; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.drawer__inner { |
|
|
|
.drawer__inner { |
|
|
|
background: linear-gradient(rgba(lighten($color1, 13%), 1), rgba(lighten($color1, 13%), 0.65)); |
|
|
|
background: linear-gradient(rgba(lighten($color1, 13%), 1), rgba(lighten($color1, 13%), 0.65)); |
|
|
|
} |
|
|
|
} |
|
|
|