BetterDiscordStuff icon indicating copy to clipboard operation
BetterDiscordStuff copied to clipboard

[PlatformIndicators]

Open DiR3KT opened this issue 3 years ago • 4 comments

When using PlatformIndicators and Compact message display mode, timestamps get mashed with username in chat.

Compact Mode

Compact messages

Normal Mode

Normal messages

Also, I'm using forced 24H format (English, UK), I don't know if it matters

DiR3KT avatar Jul 17 '21 14:07 DiR3KT

I'll push an update later.

Strencher avatar Jul 18 '21 15:07 Strencher

I hope you didn't forget about us compact mode users :/

TheFurryDevil avatar Aug 03 '21 06:08 TheFurryDevil

Nudge For context, I use compact mode and I'm surprised he hasn't fixed this yet... When is this "later" coming @Strencher ?

Snaping14 avatar Jan 25 '22 10:01 Snaping14

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;
}

Snaping14 avatar Jan 25 '22 11:01 Snaping14