mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-22 02:45:08 -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 {
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue