From 8a59b66a0fa59cf45372ccd1016f3f04db2978af Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 23 Jul 2022 13:28:49 +0700 Subject: [PATCH] finetune full text thumb width --- tubearchivist/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/static/css/style.css b/tubearchivist/static/css/style.css index 5e6272b4..55c0ac4b 100644 --- a/tubearchivist/static/css/style.css +++ b/tubearchivist/static/css/style.css @@ -458,7 +458,7 @@ video:-webkit-full-screen { .video-item.list { display: grid; - grid-template-columns: 28% auto; + grid-template-columns: 26% auto; } .video-progress-bar {