aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/comments.css
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-02-27 10:36:00 -0500
committerJesús <heckyel@hyperbola.info>2021-02-27 10:36:00 -0500
commit2d9aca4b8b9b733f54af4a24b9c4b5961d78de1e (patch)
treed1ed0479871960ed3bfe7836330bb30da6bbd16d /youtube/static/comments.css
parent65300003cd87619aba41ea6fe2fa1692b55b6742 (diff)
downloadyt-local-2d9aca4b8b9b733f54af4a24b9c4b5961d78de1e.tar.lz
yt-local-2d9aca4b8b9b733f54af4a24b9c4b5961d78de1e.tar.xz
yt-local-2d9aca4b8b9b733f54af4a24b9c4b5961d78de1e.zip
General theme: fix footer center
Diffstat (limited to 'youtube/static/comments.css')
-rw-r--r--youtube/static/comments.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/static/comments.css b/youtube/static/comments.css
index eff4c73..a812db9 100644
--- a/youtube/static/comments.css
+++ b/youtube/static/comments.css
@@ -289,7 +289,7 @@ label[for=options-toggle-cbox] {
.footer {
display: grid;
- grid-template-columns: repeat(3, auto);
+ grid-template-columns: repeat(3, 1fr);
grid-column-gap: 2rem;
align-items: center;
justify-content: center;