From 43de36b3318e87ee9f1f884d666a406ac5ab3591 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Mon, 18 Sep 2023 01:24:29 +0300 Subject: [PATCH] Properly center send buttons --- public/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index f0433ca31..0c0b00556 100644 --- a/public/style.css +++ b/public/style.css @@ -546,6 +546,7 @@ hr { cursor: pointer; transition: 0.3s; opacity: 0.7; + display: flex; align-items: center; justify-content: center; } @@ -564,7 +565,7 @@ hr { order: 99998; } -.mes_stop { +#send_but_sheld .mes_stop { display: none; order: 99997; } @@ -3632,4 +3633,4 @@ a { height: 100vh; z-index: 9999; } -} \ No newline at end of file +}