mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-28 00:36:00 +00:00
[HTML] Fix a few more issues
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user