mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +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",
|
||||
"tsc": "tsc --noEmit && astro check",
|
||||
"test": "jest",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install && playwright install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/image": "^0.17.1",
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
var(--form-field_outline_color_focused);
|
||||
outline: var(--form-field_halo_color) solid var(--form-field_halo_width);
|
||||
background: var(--form-field_background_focused);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.input:disabled,
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
background: var(--page-popup_background-color);
|
||||
border: var(--page-popup_border-width) solid var(--page-popup_border-color);
|
||||
box-shadow: var(--shadow_popup_light);
|
||||
padding: var(--page-popup_padding);
|
||||
min-width: 13.5rem;
|
||||
border-radius: var(--page-popup_corner-radius);
|
||||
}
|
||||
|
||||
.popupInner {
|
||||
padding: var(--page-popup_padding);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--page-popup_gap);
|
||||
|
||||
Reference in New Issue
Block a user