diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 18:50:09 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 18:50:09 -0700 |
commit | 2435bcaeb103f0f03b64edb7af4c3c64bdcd8877 (patch) | |
tree | 5f5ccc647d75190fac8b2f096f23111ae8c9be5a /youtube | |
parent | 69e64f726eef1c92b8b5d50c8822afdc1cde2134 (diff) | |
download | yt-local-2435bcaeb103f0f03b64edb7af4c3c64bdcd8877.tar.lz yt-local-2435bcaeb103f0f03b64edb7af4c3c64bdcd8877.tar.xz yt-local-2435bcaeb103f0f03b64edb7af4c3c64bdcd8877.zip |
Layout: Prevent item checkbox size from shrinking sometimes
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/static/shared.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/static/shared.css b/youtube/static/shared.css index a4e1960..1ae1fe1 100644 --- a/youtube/static/shared.css +++ b/youtube/static/shared.css @@ -267,6 +267,7 @@ body{ align-self:center; height:30px; width:30px; + min-width:30px; margin: 0px; } |