ELEXmakesMeHard
Learned
- Joined
- Jun 19, 2021
- Messages
- 807
The way it sticks out is simply unbearable:
They look normal on my rig.I'm starting to become comfy with the new site, but surely these white squares aren't intentional:
You are using Dark Reader, eh? Just switch it off for codex.I'm starting to become comfy with the new site, but surely these white squares aren't intentional:
The intention was to make it look like that:The way it sticks out is simply unbearable:
We should ask @Zizka to design a better one.
Sorry, but those bright, coloured banners look 100000000 times more awful than the current tag in my opinion, please don’t.Be careful what you wish for, pinging me like that:
(enjoy it as it will likely be my last contribution to the Codex).
Of course. But not yet. There are other important tasks.I don't know or care if this has already been mentioned, but I believe it is essential to have the dominate ratings filing from left to right, according to the order of hivemindery. This was an essential nucodexian feature.
Alright, so now how's the rating bar and the rating menu?
The clipping is intentional (as long as buttons don't overlap). I'm going to leave it like that for a while to see whether it grows on you.It's fixed height and some of the buttons clip over it. It might looke best if its size adjusted.
It's meant to look like a belt wrapping around the userbox, or a building facade relief.Make it so it doesn't overflow the user box limits. Also the centered text clashes with the left alignment.
we could, it was taken away because it was annoying
we could, it was taken away because it was annoying
It was particularly bad for the sidebar shitbox.Well, the ratings could be implemented as tooltips instead of spamming the window. Or perhaps as very very tiny sprites? Eh, I suppose rating grafitti is too much grafitti.
View attachment 25475
This is using the same font as the rest (copied the individual letters from the other buttons).
The site upgrade is a good opportunity to get rid off those images and replace them with actual text.
I miss the center aligned avatars. It looked way better despite the complaints about the avatars not being meant for it
/* centered usernames/titles */
.message-user .message-userDetails > * {
text-align: center;
}
/* centered avys */
.message-avatar {
text-align: center;
}
/* centered badges */
.message-user > * {
text-align: center;
}
Just use a negative margin-right.EDIT 2: Apparently it happens because the actual badge has a ton of invisible space for no reason (open the image in a new tab). You could fix the issue by cropping the image manually (I already did it for you) and then use the redirector add-on to replace the image —or uBlock if you know the right syntax, I don't— (and you can ignore the last piece of code this way).
I'm not using stylus, but whatever change you made - the titles now look balanced in the margins between username and patron/whatever badge.See if adjusting this:The misalignment of the margins around the title is evident for all users, it's just most prominent for her's. Take a look at your own, notice how the emoji and title are snug up against your username with more padding above the 'PATRON' badge? That's why I say try adding 1 px at the top, it will help balance out everyones' titles, not just hers.
from 14px to 15px does what you want.CSS:.message-user .message-userTitle:not(.user-monocled), .message-user .message-name { line-height: 14px; }