quora had changed the icon of the 'upvote button' (bottom left corner) - any way to change it back to something that is much more visible?
I do not know, maybe try override svg icon or change in JS.
or ways to move the 'upvote info' on top of the 'profile icon' 'answer date' area ?
Try this:
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div {
display: flex;
flex-flow: column nowrap;
}
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div > div:nth-of-type(3) {
order: 0
}
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div > div:nth-of-type(2) {
order: 1
}
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div > div:nth-of-type(4) {
order: 3
}
Break "fixed/sticky bar" when scrolling website (no show any more).
this 'font-size: larger' code doesnt seem to be well
isnt it better to use the more specific sizes mentioned in the other requests?
does this code move all the stuff in that row?
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div {
display: flex;
flex-flow: column nowrap;
}
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div > div:nth-of-type(3) {
order: 0
}
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div > div:nth-of-type(2) {
order: 1
}
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div > div:nth-of-type(4) {
order: 3
}
Run only row (upvote button and count number) with only CSS for my is to hard without more glitch.
For example, anyhow fixed positioning can make all the buttons be under each other without vote correct answers / replies.
isnt it better to use the more specific sizes mentioned in the other requests?
Maybe yes, I did not want to shoot what number will be OK. As for me, "larger" has increased the number quite well.
Changing to a number can help as someone manually enlarged the font in your browser settings.
one vote for js
In css alone, you can not distinguish between 80 and 800 text - :contains(...) pseudoclass/pseudoselector is gone in CSS and in my opionon no comeback to specification.
Maybe 8,000 (8k) have an extra class to make it lighter / darker green - though I doubt it.
'override svg icon'
is that css or js? i duno
I do not have any experience with it, so nothing specific.
Comments
I do not know, maybe try override svg icon or change in JS.
Try this:
Break "fixed/sticky bar" when scrolling website (no show any more).
http://caniuse.com/#feat=flexbox
Try this:
Change color exisist upvote:
In my opinion should use JS, in HTML I do not see class / id / attribut to catch by use other color.
All demo CSS:
Result:
this 'font-size: larger' code doesnt seem to be well
isnt it better to use the more specific sizes mentioned in the other requests?
does this code move all the stuff in that row?
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div {
display: flex;
flex-flow: column nowrap;
}
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div > div:nth-of-type(3) {
order: 0
}
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div > div:nth-of-type(2) {
order: 1
}
.pagedlist_item > div > div > div > div > .Answer.AnswerBase > div > div:nth-of-type(4) {
order: 3
}
or anyway to just move the number of the upvotes?
'override svg icon'
is that css or js? i duno
'should use JS,'
one vote for js
Run only row (upvote button and count number) with only CSS for my is to hard without more glitch.
For example, anyhow fixed positioning can make all the buttons be under each other without vote correct answers / replies.
Maybe yes, I did not want to shoot what number will be OK. As for me, "larger" has increased the number quite well.
Changing to a number can help as someone manually enlarged the font in your browser settings.
In css alone, you can not distinguish between 80 and 800 text -
:contains(...)
pseudoclass/pseudoselector is gone in CSS and in my opionon no comeback to specification.Maybe 8,000 (8k) have an extra class to make it lighter / darker green - though I doubt it.
I do not have any experience with it, so nothing specific.
ok so this seems difficult
this changes for all sites so wont be good (impractical)