Skip to content

Commit

Permalink
assort
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed Oct 3, 2024
1 parent a423912 commit c696b3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .site/src/parts/popups/prefs/parts/card.palette.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ button {
border: none;
border-radius: 1rem;
filter: drop-shadow(0 0 2px light-dark(rgba(black, 20%), rgba(white, 20%)));
filter: drop-shadow(0 0 2px var(--col-prot));
&.selected:not(:hover) {
outline: 2px solid light-dark(black, white);
}
&:hover {
outline: var(--col-flavour) solid 2px;
filter: drop-shadow(0 0 8px light-dark(rgba(black, 20%), rgba(white, 20%)));
outline: var(--col-prot) solid 2px;
filter: drop-shadow(0 0 4px var(--col-prot));
}
}
Expand Down
2 changes: 2 additions & 0 deletions .site/src/parts/popups/prefs/preferences.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ h2 {
padding: 0.75rem 2rem;
color: var(--col-text);
text-align: left;
// overflow-x: hidden;
// overflow-y: scroll;
}
</style>
2 changes: 1 addition & 1 deletion .site/src/routes/(home)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ onMount(() => {
<title> Assort · An assortment of all my creations </title>
</svelte:head>

<div style="position: absolute; top: 0.5rem; right: 0.5rem;">
<div style="position: fixed; top: 0.5rem; right: 0.5rem;">
<Click kind="trit" button={() => $popups.prefs.shown = true}>
<span class="material-symbols-rounded">
page_info
Expand Down

0 comments on commit c696b3e

Please sign in to comment.