gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a1dda2267260472aa777ef42d9d2f5c36df648f3
parent cfa8d7900c5d88a2b126b3ea74784bd589d05f34
Author: f0x52 <f0x@cthu.lu>
Date:   Wed, 30 Nov 2022 13:15:33 +0100

[bugfix] change page width to prevent scrollbar overflow (#1182)


Diffstat:
Mweb/source/css/base.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/source/css/base.css b/web/source/css/base.css @@ -60,7 +60,7 @@ body { display: grid; min-height: 100%; min-width: 100%; - width: 100vw; + width: 100%; grid-template-columns: auto minmax(auto, 90ch) auto; grid-template-columns: auto min(92%, 90ch) auto;