Revert "prototype: decreased rounding"

This reverts commit 7a51e2d404.
This commit is contained in:
ShittyKopper 2023-10-31 21:26:03 +03:00
parent e1844db11b
commit 72204d9294
93 changed files with 143 additions and 142 deletions

View file

@ -77,7 +77,7 @@ watch(videoEl, () => {
.hide {
display: block;
position: absolute;
border-radius: 5px;
border-radius: 6px;
background-color: black;
color: var(--accentLighten);
font-size: 14px;
@ -127,7 +127,7 @@ watch(videoEl, () => {
.indicator {
/* Hardcode to black because either --bg or --fg makes it hard to read in dark/light mode */
background-color: black;
border-radius: 5px;
border-radius: 6px;
color: var(--accentLighten);
display: inline-block;
font-weight: bold;