Changeset d8693e4 in Klonkt


Ignore:
Timestamp:
06/17/2026 01:00:03 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
c2a9522
Parents:
dc4c067
Message:

User-menu dropdown: frosted-glass background (more transparent 66% + blur 20px)

Was 92% opaque → the backdrop-blur was barely visible. The frosted effect
now comes through.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/topnav.ejs

    rdc4c067 rd8693e4  
    364364  min-width: 220px;
    365365  padding: .35rem;
    366   background: color-mix(in srgb, var(--paper) 92%, transparent);
    367   backdrop-filter: blur(14px) saturate(180%);
    368   -webkit-backdrop-filter: blur(14px) saturate(180%);
     366  /* Frosted glass: bewust transparanter (was 92%) zodat de blur écht doorkomt. */
     367  background: color-mix(in srgb, var(--paper) 66%, transparent);
     368  backdrop-filter: blur(20px) saturate(180%);
     369  -webkit-backdrop-filter: blur(20px) saturate(180%);
    369370  border: 1px solid var(--rule);
    370371  border-radius: 12px;
Note: See TracChangeset for help on using the changeset viewer.