nice spotify notification

This commit is contained in:
2026-02-01 01:53:47 +01:00
parent caca94bc6a
commit dc325834c7
7 changed files with 256 additions and 167 deletions

View File

@@ -58,6 +58,13 @@ button {
background-color: #111111;
}
.flat-button {
background-color: #333333;
color: #ffffff;
padding: 2px 4px;
border-radius: 10px;
}
.workspace-pill {
padding: 2px 5px;
margin-right: 6px;
@@ -151,3 +158,6 @@ button {
border: 1px solid rgba(80, 80, 80, 0.8);
font-size: 14px;
}
.notification-button-box {
}