diff --git a/public/css/client.css b/public/css/client.css index 9f82f5fe..182fa8e7 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -4133,7 +4133,7 @@ input:checked + .slider:before { font-size: 1rem; background: transparent; box-shadow: none; - overflow: hidden; + overflow: visible; } #sendFileDiv { @@ -4156,7 +4156,7 @@ input:checked + .slider:before { border-radius: 24px; background: var(--body-bg); backdrop-filter: blur(18px); - box-shadow: 0 28px 65px rgba(0, 0, 0, 0.35); + box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18); } .file-transfer-hero {