Skip to content

Commit

Permalink
Tabular styles
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed May 25, 2024
1 parent e992c57 commit a26552c
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions public/themes/tabular.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,11 @@ r4-app {
}

r4-layout header[slot='menu'] {
/* border: 1px solid var(--c-border); */
gap: var(--s);
justify-content: space-between;
}
r4-layout main[slot='main'] {
background: var(--c-bg);
/* border: 1px solid var(--c-border); */
/* border-top: 0; */
/* position: relative; */
/* z-index: 4; */
}

r4-page-header {
Expand All @@ -276,12 +271,8 @@ r4-page-header {
min-height: 2rem;
}

r4-page-footer {
padding: 0.5rem;
}

r4-app menu {
gap: 0.5rem;
gap: 0.75rem;

a[aria-current] {
color: var(--c-fg);
Expand All @@ -291,7 +282,10 @@ r4-app menu {

r4-page-header menu {
padding: 0 0.5rem 0.2rem;
gap: 1rem;
}

r4-page-footer {
padding: 0.5rem;
}

r4-channel-card {
Expand Down Expand Up @@ -363,6 +357,7 @@ r4-list r4-avatar {
li:has(r4-query),
li r4-query {
flex: 1;
margin-top: 1rem;
}
r4-page-channel r4-page-header li:nth-child(6) {
margin-right: auto;
Expand Down Expand Up @@ -511,13 +506,8 @@ r4-page-header {
r4-layout header[slot='menu'] {
padding: 0 0.5rem;
menu {
min-height: 3rem;
min-height: 2rem;
gap: 1rem;
/* font-size: 14px; */
}

menu li {
/* min-height: 2rem; */
}
}

Expand Down Expand Up @@ -588,7 +578,7 @@ r4-app[color-scheme] radio4000-player .Header-media {
/* black player, not dark */
r4-app[color-scheme="dark"] {
r4-layout::part(playback-summary) {
background: blue;
background: black;
}
radio4000-player {
> .Layout[class],
Expand Down

0 comments on commit a26552c

Please sign in to comment.