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