mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-27 19:22:02 +00:00
Simplify CSS
This commit is contained in:
@@ -502,18 +502,15 @@
|
|||||||
|
|
||||||
.chatlog__embed-images {
|
.chatlog__embed-images {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
margin-top: 0.6rem;
|
||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
gap: 0 0.35rem;
|
gap: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__embed-images--single {
|
.chatlog__embed-images--single {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__embed-image-container {
|
|
||||||
margin-top: 0.6rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chatlog__embed-image {
|
.chatlog__embed-image {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: center;
|
object-position: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user