This commit is contained in:
syuilo 2023-01-07 14:33:33 +09:00
parent 54e3fccd87
commit 8c0811a442
2 changed files with 3 additions and 1 deletions

View file

@ -84,6 +84,7 @@ provideMetadataReceiver((info) => {
});
provide('shouldOmitHeaderTitle', true);
provide('shouldHeaderThin', true);
provide('forceSpacerMin', true);
const contextmenu = $computed(() => ([{
icon: 'ti ti-player-eject',
@ -136,5 +137,7 @@ defineExpose({
.yrolvcoq {
min-height: 100%;
background: var(--bg);
--margin: var(--marginHalf);
}
</style>

View file

@ -249,7 +249,6 @@ async function deleteProfile() {
.mk-deck {
$nav-hide-threshold: 650px; // TODO:
// TODO:
--margin: var(--marginHalf);
--deckDividerThickness: 5px;