diff options
| author | Syndamia <kamen@syndamia.com> | 2026-03-21 10:20:41 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2026-03-21 10:20:41 +0200 |
| commit | fd01cdf3fa887a169102a60344038c8fa9d2d168 (patch) | |
| tree | 8c8847dcf029351f954065899619ce7338acfb36 | |
| parent | d33ca4b849af982c92394ce11b73b3ed79ec8e8e (diff) | |
| download | cgit_theme-fd01cdf3fa887a169102a60344038c8fa9d2d168.tar cgit_theme-fd01cdf3fa887a169102a60344038c8fa9d2d168.tar.gz cgit_theme-fd01cdf3fa887a169102a60344038c8fa9d2d168.zip | |
fix(footer): Force max width in a better manner
| -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 { |
