Skip to content

Commit

Permalink
enforce normal white-space rendering for controller (igrigorik#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Jan 26, 2021
1 parent 59d577f commit 43aa856
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inject.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
opacity: 1 !important;
}

.vsc-controller {
/* In case of pages using `white-space: pre-line` (eg Discord), don't render vsc's whitespace */
white-space: normal;
}

/* Origin specific overrides */
/* YouTube player */
.ytp-hide-info-bar .vsc-controller {
Expand Down

0 comments on commit 43aa856

Please sign in to comment.