From d2da82e681a918aa67e54983111ceb9edd3530e0 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 12 Apr 2023 23:18:17 +0900 Subject: [PATCH] forgot to add top border to waifumode #chat --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index a6b6bc35c..24bb1ebc6 100644 --- a/public/style.css +++ b/public/style.css @@ -3410,6 +3410,7 @@ body.waifuMode #sheld { body.waifuMode #chat { flex-direction: column-reverse; + border-top: 1px solid var(--grey30a); } /*this part only only applies to iOS devices*/