BetterDiscordStuff
BetterDiscordStuff copied to clipboard
[PlatformIndicators]
When using PlatformIndicators and Compact message display mode, timestamps get mashed with username in chat.
Compact Mode
Normal Mode
Also, I'm using forced 24H format (English, UK), I don't know if it matters
I'll push an update later.
I hope you didn't forget about us compact mode users :/
Nudge For context, I use compact mode and I'm surprised he hasn't fixed this yet... When is this "later" coming @Strencher ?
Because this was the first thing I came across when trying to fix the issue, this is the fix provided by Strencher's discord staff that worked for me. :D
.compact-2Nkcau .PI-indicatorContainer svg {
display: block;
margin-left: 0;
}
.compact-2Nkcau .PI-indicatorContainer {
margin-bottom: 2px;
margin-left: -4px;
margin-right: 3px;
}