aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-16 15:52:35 -0800
committerGitHub <noreply@github.com>2026-02-16 15:52:35 -0800
commitf04d8fbd9900d5326cdd65a725e57f4b08bbd655 (patch)
treececca930e2f707df38cd459a21b9fe70aecb0041 /frontend-vanilla
parentc538ccd5cd1d6960c894a2969ee49317009dc9ed (diff)
parent575b394cb26c435422e8b8c6e411a703327d8b40 (diff)
downloadneko-f04d8fbd9900d5326cdd65a725e57f4b08bbd655.tar.gz
neko-f04d8fbd9900d5326cdd65a725e57f4b08bbd655.tar.bz2
neko-f04d8fbd9900d5326cdd65a725e57f4b08bbd655.zip
Merge pull request #8 from adammathes/claude/thicket-ready-crank-RmQuI
Remove circle styling from NEKO sidebar toggle button
Diffstat (limited to 'frontend-vanilla')
-rw-r--r--frontend-vanilla/src/style.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css
index 440bcca..65a57b4 100644
--- a/frontend-vanilla/src/style.css
+++ b/frontend-vanilla/src/style.css
@@ -226,9 +226,8 @@ html {
top: 1rem;
left: 1rem;
z-index: 1001;
- background: var(--sidebar-bg);
- border: 1px solid var(--border-color);
- border-radius: 50%;
+ background: none;
+ border: none;
width: 3rem;
height: 3rem;
font-size: 1.5rem;
@@ -236,10 +235,7 @@ html {
display: flex;
align-items: center;
justify-content: center;
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
- backdrop-filter: blur(8px);
- -webkit-backdrop-filter: blur(8px);
}
.sidebar-toggle:hover {