From 318d727a47541ea3a5995a090a16178c6179e5de Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 11 May 2023 22:48:57 -0500 Subject: [PATCH] Begin adbanner styling --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 6f87feb..b46da06 100644 --- a/style.css +++ b/style.css @@ -2252,4 +2252,9 @@ div.user-input-box { div.user-input-box .userlink > * { pointer-events: none; +} + +/* AD STYLING */ +.adbanner img { + max-width: 100%; } \ No newline at end of file