diff options
author | Jesús <heckyel@hyperbola.info> | 2021-07-05 16:15:29 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-07-05 16:15:29 -0500 |
commit | 250e34df7c0a0cfc6c08d8ef4e15e80e85c896ec (patch) | |
tree | 9516e0b6ace65aa971bd1c3190469458467dce19 /youtube | |
parent | 48f9d06ba3e5a4a9f72e685b6254332dbc405788 (diff) | |
download | yt-local-250e34df7c0a0cfc6c08d8ef4e15e80e85c896ec.tar.lz yt-local-250e34df7c0a0cfc6c08d8ef4e15e80e85c896ec.tar.xz yt-local-250e34df7c0a0cfc6c08d8ef4e15e80e85c896ec.zip |
fix property css name
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/static/watch.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css index d9487bf..116dbae 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -230,7 +230,7 @@ label[for=options-toggle-cbox] { margin: 0 auto; display: grid; - grid-grap: 1px; + grid-gap: 1px; grid-template-columns: 1fr; grid-template-areas: "sc-video" |