diff options
| -rw-r--r-- | theme_userscript.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme_userscript.js b/theme_userscript.js index dd9ee01..4e6cbae 100644 --- a/theme_userscript.js +++ b/theme_userscript.js @@ -29,7 +29,7 @@ div#cgit { div.footer { position: absolute; bottom: 0; - width: 100vw; + width: 100%; border-top: solid 3px #ccc; } div#cgit, a { |
