-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
24 lines (12 loc) · 1.06 KB
/
style.css
File metadata and controls
24 lines (12 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* HyprSong - Hyprland-inspired style */
.progress .bar{position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,var(--accent1),var(--accent2));border-radius:8px}
.time-row{display:flex;justify-content:space-between;font-size:0.85rem;margin-top:6px}
.controls-row{display:flex;align-items:center;gap:12px}
.spacer{flex:1}
.mini-player{position:fixed;left:50%;transform:translateX(-50%);bottom:22px;z-index:4;background:linear-gradient(180deg,rgba(255,255,255,0.02),transparent);padding:10px 14px;border-radius:12px;border:1px solid rgba(255,255,255,0.03);display:flex;align-items:center;gap:12px;min-width:320px;backdrop-filter:blur(8px)}
.pulse-glow{position:fixed;inset:auto 0 60% 0;height:220px;z-index:1;pointer-events:none;opacity:0.06}
@media (max-width:900px){main{grid-template-columns:1fr} .logo{width:52px;height:52px} .now .cover{width:110px;height:110px}}
.library-list::-webkit-scrollbar{width:8px}
.library-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.03);border-radius:8px}
/* small helpers */
.muted{color:var(--muted)}