mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-22 10:55:15 -04:00
Simplify CSS
This commit is contained in:
parent
23e1850d15
commit
e171b43c22
1 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue