mirror of
https://github.com/bfloydd/streams.git
synced 2026-07-22 12:50:25 +00:00
cleanup
This commit is contained in:
parent
bbb31188ca
commit
cdaefa5dc1
1 changed files with 1 additions and 23 deletions
24
styles.css
24
styles.css
|
|
@ -122,6 +122,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
.is-phone .streams-bar-component {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
|
@ -155,8 +156,6 @@
|
|||
/* margin-bottom: 8px; */
|
||||
}
|
||||
|
||||
/* Hover effect removed */
|
||||
|
||||
.streams-bar-nav-controls {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -192,8 +191,6 @@
|
|||
border-color: var(--text-accent);
|
||||
}
|
||||
|
||||
/* Hover effect removed */
|
||||
|
||||
.streams-bar-day-nav:active {
|
||||
background-color: var(--interactive-accent-hover);
|
||||
transform: scale(0.95);
|
||||
|
|
@ -235,7 +232,6 @@
|
|||
transition: all 0.2s ease;
|
||||
color: var(--text-muted);
|
||||
margin: 0;
|
||||
justify-content: center;
|
||||
background-color: var(--interactive-normal);
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
font-weight: 500;
|
||||
|
|
@ -294,9 +290,6 @@
|
|||
border-color: var(--text-accent);
|
||||
}
|
||||
|
||||
/* Hover effect removed */
|
||||
|
||||
|
||||
/* Streams dropdown styles */
|
||||
.streams-bar-streams-dropdown {
|
||||
position: absolute;
|
||||
|
|
@ -424,8 +417,6 @@
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
/* Hover effect removed */
|
||||
|
||||
.streams-bar-nav:active {
|
||||
transform: scale(0.95);
|
||||
background-color: var(--interactive-accent-hover);
|
||||
|
|
@ -463,8 +454,6 @@
|
|||
color: var(--text-accent);
|
||||
}
|
||||
|
||||
/* Hover effect removed */
|
||||
|
||||
.streams-bar-day:active {
|
||||
background-color: var(--interactive-accent);
|
||||
color: var(--text-on-accent);
|
||||
|
|
@ -515,15 +504,6 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.streams-bar-day {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
border: none;
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.streams-bar-day.viewed {
|
||||
border-color: var(--text-accent);
|
||||
|
|
@ -545,8 +525,6 @@
|
|||
background-color: var(--text-muted);
|
||||
}
|
||||
|
||||
/* Hover effect removed */
|
||||
|
||||
.streams-bar-day.today {
|
||||
color: var(--text-on-accent);
|
||||
font-weight: 600;
|
||||
|
|
|
|||
Loading…
Reference in a new issue