8000 Fixed spacing problem in inbox by 0xEquinox · Pull Request #113 · DiscordStyles/Slate · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Fixed spacing problem in inbox #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/theme/chat/_messages.scss
4876
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
}
&.cozy-VmLDNB:not(.groupStart-3Mlgv1) {
margin-top: calc(var(--spacing) / -1);
margin-top: 5px;
padding-top: 0;
}

Expand Down
0