Fixes to drawer and CWs

This commit is contained in:
kibi!
2018-01-14 15:31:00 -08:00
parent cd6674606f
commit b9f4896830
3 changed files with 16 additions and 50 deletions

View File

@ -12,21 +12,12 @@
word-wrap: break-word;
font-weight: 400;
overflow: visible;
white-space: pre-wrap;
padding-top: 5px;
&:focus {
outline: 0;
}
&.status__content--with-spoiler {
white-space: normal;
.status__content__text {
white-space: pre-wrap;
}
}
.emojione {
width: 20px;
height: 20px;
@ -35,6 +26,7 @@
p {
margin-bottom: 20px;
white-space: pre-wrap;
&:last-child {
margin-bottom: 0;
@ -69,11 +61,10 @@
}
.status__content__spoiler {
background: lighten($ui-base-color, 30%);
&:hover {
background: lighten($ui-base-color, 33%);
text-decoration: none;
display: none;
&.status__content__spoiler--visible {
display: block;
}
}
@ -85,14 +76,6 @@
text-decoration: none;
}
}
.status__content__text {
display: none;
&.status__content__spoiler--visible {
display: block;
}
}
}
.status__content__spoiler-link {