From 61cc3f24307e7d97193da13aef1a0a53428e70d5 Mon Sep 17 00:00:00 2001 From: Chandika Nurdiansyah Date: Wed, 18 Jan 2023 12:29:12 +0700 Subject: [PATCH] circular toggler --- luasrc/gaya/gaya.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index d3c1c8e..b913b73 100644 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -289,12 +289,14 @@ small { transition-duration: 100ms; position: absolute; background: white; + box-shadow: 0 0 10px 0 #0000000f; transform: translateY(50%); bottom: 50%; - right: calc(100%); + right: calc(100% + 10px); width: 32px; height: 32px; - padding: 5px; + padding: 8px; + border-radius: 100%; content: ""; box-sizing: border-box; cursor: pointer;