fix(github): fix the classes for hiding column headers
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
f98deba27e
commit
9c804ac335
1 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
@name GitHub
|
@name GitHub
|
||||||
@namespace git.mfocko.xyz/mfocko/usercss
|
@namespace git.mfocko.xyz/mfocko/usercss
|
||||||
@updateURL https://git.mfocko.xyz/mfocko/usercss/raw/branch/main/github.user.css
|
@updateURL https://git.mfocko.xyz/mfocko/usercss/raw/branch/main/github.user.css
|
||||||
@version 1.7.11
|
@version 1.7.12
|
||||||
@description Switch monospace font and hide clutter.
|
@description Switch monospace font and hide clutter.
|
||||||
@author mfocko <me@mfocko.xyz>
|
@author mfocko <me@mfocko.xyz>
|
||||||
@preprocessor stylus
|
@preprocessor stylus
|
||||||
|
@ -94,11 +94,10 @@ domain("githubusercontent.com") {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if hide-description-of-board-columns {
|
if hide-description-of-board-columns {
|
||||||
.buxasC, .bVaayg, .VwkZl, .eTJVOt, .dWilAV, .iYtFrB, .haRXvJ,
|
.Box-sc-g0xbh4-0 .kaLWYX, /* Default light */
|
||||||
.eUPYPv,
|
.Box-sc-g0xbh4-0 .bZkptl, /* Default dark */ {
|
||||||
.fzxeh {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue