mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-18 03:37:35 +01:00
remove vertical padding on coloured IDs
This commit is contained in:
parent
e8281a1b90
commit
836e557773
@ -42,7 +42,7 @@ if (active_page == 'thread' || active_page == 'index') {
|
||||
|
||||
$(el).css({
|
||||
"background-color": "rgb("+rgb[0]+", "+rgb[1]+", "+rgb[2]+")",
|
||||
"padding": "3px 5px",
|
||||
"padding": "0px 5px",
|
||||
"border-radius": "8px",
|
||||
"color": "white"
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user