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

Conversation

0xEquinox
Copy link

There was a problem previously where the name of the replier would be cut off in the inbox. Changing the margin fixes that issue; there is however a tradeoff, in doing this there is a 5px loss per message in the chat because they use the same CSS class. Previously the margin was -10, but this gets cut off in the inbox, -5 is the lowest number that doesn't cut off the name but does have that trade-off. It's not all that noticeable though.

Before inbox:
Patch3-before

After inbox:
Patch3-After

Before Chat:
Patch3-chat-before

After Chat:
Patch3-chat-after

There was a problem previously where the name of the replier would be cut off in the inbox. Changing the margin fixes that issue; there is however a tradeoff, in doing this there is a 5px loss per message in the chat because they use the same CSS class. Previously the margin was -10, but this gets cut off in the inbox, -5 is the lowest number that doesn't cut off the name but does have that trade-off. It's not all that noticeable though.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0