All Questions
16 questions
22
votes
0
answers
136
views
Poor contrast on "custom flag too long" message in dark mode
This also happens in SOfT, but that isn't considered on-topic here..
When flagging a comment (or post) in dark mode on Stack Overflow, and the message is too long, the warning/error is somewhat ...
2
votes
0
answers
69
views
Why are the visited days no longer available on the profile page? [duplicate]
Earlier on the profile page, when we clicked on the calendar icon, we used to get the calendar displaying the days that we visited marked with green and the days we didn't visit without green...
Now ...
21
votes
0
answers
322
views
My Stack Overflow flair username is trimmed
I want to use the Stack Overflow flair and my username (which is also my real name) is trimmed. The last letter of my surname is missing.
Screenshot (in case the flair hopefully becomes fixed in the ...
8
votes
0
answers
131
views
Fix CSS to word-break code blocks when printing
Similiar to this post: Fix CSS to word-wrap code blocks when printing, can we have also:
@media print {
pre {
word-break: break-word;
}
}
Currently, if there's a long, unspaced string ...
145
votes
2
answers
2k
views
Underline in [`code`](links)
Apparently links are now underlined. While I'm personally not a big fan of this, this seems to be a design decision.
However, code in links is underlined as well. This makes it rather hard to read.
...
57
votes
2
answers
957
views
The edited icon is too prominent
I just noticed that the icon for the edited comments has changed recently:
Is there any reason to make such a minor thing so prominent?
I am requesting that it be made the same color as the timestamp ...
1
vote
1
answer
69
views
Shouldn't we hide progress bars for badges that have already been awarded?
This is in the context of the little hover card that pops up over your review queue progress, i.e.:
What's the value in continuing to show me the progress bar for Civic Duty here? I've already been ...
13
votes
0
answers
136
views
Chat does not resize correctly
It's not the end of the world, but even so I will occasionally decrease the size of chat window so that I can do other things while keeping an eye on it.
If I make the window too small I get this:
...
3
votes
0
answers
85
views
Code blocks should be visually expandable, particularly for a mobile context [closed]
UPDATE: Expand Snippit already excists sometimes, that is totally what I want, but everywhere.
Also I notice that the code blocks are not horizontally scrollabe on chrome IOS, so I litterally can't ...
80
votes
1
answer
1k
views
Use consistent shades of green/red for reputation gains/losses
There are currently three different shades of green (or red) used to show reputation gains (or losses), depending on where you view your reputation.
The colors on the recent achievements dropdown (1) ...
11
votes
1
answer
67
views
Achievements box lines looking weird [closed]
This is what I see on Stack Overflow:
And same exact achievement box on other sites, e.g. MSE:
Browser: Chrome 47.0.2526.106 under Windows 7, no extension, userscripts, or add-ons. No zoom (100%), ...
36
votes
1
answer
1k
views
"please leave a comment" suppresses "you have x votes remaining today"
When you downvote, that can potentially trigger several distinct popups:
"you have x votes remaining today"
"questions need votes too" (if your last question-vote was a bit long ago)
"please leave a ...
5
votes
0
answers
53
views
Low Quality Posts queue annoying background animation
When reviewing answer posts in the low quality queue I noticed that when I go to the next review it does the jQuery background color animation thing of changing the answer box from orangeish to ...
35
votes
1
answer
243
views
Boxes around sponsored tags have inconsistent height [closed]
I've noticed that sponsored tags just look terrible side-by-side with non-sponsored tags. Search [google-chrome] [javascript] for some examples.
In case you can't see it, I've highlighted the borders ...
43
votes
1
answer
5k
views
Fix CSS to word-wrap code blocks when printing
When printing a Stack Overflow page, code blocks with long lines of text can get truncated. Truncated code blocks, even if they have scrollbars, don't do much good on paper.
The root cause is that ...