From 33e2715b7ac9ce95679546dcf929aba3058c92f7 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Sat, 23 Nov 2024 03:15:21 +0100 Subject: [PATCH] Hopefully fix https://github.com/AdguardTeam/AdguardFilters/issues/193320 --- Dandelion Sprout's Website Stretcher.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dandelion Sprout's Website Stretcher.txt b/Dandelion Sprout's Website Stretcher.txt index 58fd6f977..417a16cd2 100644 --- a/Dandelion Sprout's Website Stretcher.txt +++ b/Dandelion Sprout's Website Stretcher.txt @@ -1,5 +1,5 @@ ! Title: 🖥️ Dandelion Sprout's Website Stretcher -! Version: 20November2024v1-Beta +! Version: 23November2024v1-Beta ! Expires: 3 days ! Licence: https://github.com/DandelionSprout/adfilt/blob/master/LICENSE.md ! Description: Have you ever felt bothered by how many websites still think that everyone are using narrow monitors? Well, here's how to stretch them out like a piece of gum! @@ -319,9 +319,11 @@ github.com##.col-md-3.col-12.flex-shrink-0:style(width: 200px !important) github.com##.flex-shrink-0.col-12.col-md-9:style(width: calc(100% - 250px) !important) github.com##.js-discussion:style(width: calc(100vw - 370px) !important) !!!github.com###discussion_bucket:style(width: 100% !important) -github.com##.Layout-sidebar:style(max-width: 210px !important) +github.com##.Layout-sidebar:style(max-width: 220px !important) ! (https://github.com/DandelionSprout/adfilt/issues/803) !!!github.com##.Layout:style(--Layout-sidebar-width: 200px !important) +! https://github.com/AdguardTeam/AdguardFilters/issues/193320 +github.com##.Layout-sidebar:style(padding-left:10px!important) ! PRs only github.com##.pull-request-tab-content:style(width: calc(100vw - 275px) !important;)