mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-07 21:07:47 +00:00
Merge branch 'uwu' into uwu-search-page
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
"epub": "tsx --tsconfig tsconfig.script.json build-scripts/generate-epubs.ts",
|
"epub": "tsx --tsconfig tsconfig.script.json build-scripts/generate-epubs.ts",
|
||||||
"tsc": "tsc --noEmit && astro check",
|
"tsc": "tsc --noEmit && astro check",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install && playwright install"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/image": "^0.17.1",
|
"@astrojs/image": "^0.17.1",
|
||||||
|
|||||||
@@ -54,7 +54,6 @@
|
|||||||
var(--form-field_outline_color_focused);
|
var(--form-field_outline_color_focused);
|
||||||
outline: var(--form-field_halo_color) solid var(--form-field_halo_width);
|
outline: var(--form-field_halo_color) solid var(--form-field_halo_width);
|
||||||
background: var(--form-field_background_focused);
|
background: var(--form-field_background_focused);
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.input:disabled,
|
.input:disabled,
|
||||||
|
|||||||
@@ -15,12 +15,12 @@
|
|||||||
background: var(--page-popup_background-color);
|
background: var(--page-popup_background-color);
|
||||||
border: var(--page-popup_border-width) solid var(--page-popup_border-color);
|
border: var(--page-popup_border-width) solid var(--page-popup_border-color);
|
||||||
box-shadow: var(--shadow_popup_light);
|
box-shadow: var(--shadow_popup_light);
|
||||||
padding: var(--page-popup_padding);
|
|
||||||
min-width: 13.5rem;
|
min-width: 13.5rem;
|
||||||
border-radius: var(--page-popup_corner-radius);
|
border-radius: var(--page-popup_corner-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
.popupInner {
|
.popupInner {
|
||||||
|
padding: var(--page-popup_padding);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--page-popup_gap);
|
gap: var(--page-popup_gap);
|
||||||
|
|||||||
Reference in New Issue
Block a user