mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-24 03:36:52 -04:00
Improve top-level spacing in html template
This commit is contained in:
parent
71876febf8
commit
0e138bac7d
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto 1fr;
|
grid-template-columns: auto 1fr;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 0.6rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preamble__guild-icon-container {
|
.preamble__guild-icon-container {
|
||||||
|
@ -118,7 +118,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog {
|
.chatlog {
|
||||||
margin-top: 0.6rem;
|
padding: 1rem 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-top: 1px solid @Themed("rgba(255, 255, 255, 0.1)", "#eceeef");
|
border-top: 1px solid @Themed("rgba(255, 255, 255, 0.1)", "#eceeef");
|
||||||
border-bottom: 1px solid @Themed("rgba(255, 255, 255, 0.1)", "#eceeef");
|
border-bottom: 1px solid @Themed("rgba(255, 255, 255, 0.1)", "#eceeef");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue