[HTML] Fix a few more issues

pull/287/head
Alexey Golub 5 years ago
parent 81ed85a3e0
commit ca7fc4d8d1

@ -69,6 +69,10 @@ img {
color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0);
} }
.spoiler--hidden .spoiler-text::selection {
color: rgba(0, 0, 0, 0);
}
.spoiler-image { .spoiler-image {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
@ -76,7 +80,7 @@ img {
} }
.spoiler--hidden .spoiler-image { .spoiler--hidden .spoiler-image {
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
} }
.spoiler--hidden .spoiler-image img { .spoiler--hidden .spoiler-image img {
@ -246,7 +250,7 @@ img {
} }
.chatlog__attachment-thumbnail { .chatlog__attachment-thumbnail {
display: block; vertical-align: top;
max-width: 45vw; max-width: 45vw;
max-height: 500px; max-height: 500px;
border-radius: 3px; border-radius: 3px;

Loading…
Cancel
Save