aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-08-24 18:50:09 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-08-24 18:50:09 -0700
commit2435bcaeb103f0f03b64edb7af4c3c64bdcd8877 (patch)
tree5f5ccc647d75190fac8b2f096f23111ae8c9be5a
parent69e64f726eef1c92b8b5d50c8822afdc1cde2134 (diff)
downloadyt-local-2435bcaeb103f0f03b64edb7af4c3c64bdcd8877.tar.lz
yt-local-2435bcaeb103f0f03b64edb7af4c3c64bdcd8877.tar.xz
yt-local-2435bcaeb103f0f03b64edb7af4c3c64bdcd8877.zip
Layout: Prevent item checkbox size from shrinking sometimes
-rw-r--r--youtube/static/shared.css1
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;
}