Skip to content
Snippets Groups Projects
Commit 8c0811a4 authored by syuilo's avatar syuilo
Browse files

🎨

parent 54e3fccd
Loading
......@@ -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>
......@@ -249,7 +249,6 @@ async function deleteProfile() {
.mk-deck {
$nav-hide-threshold: 650px; // TODO: どこかに集約したい
// TODO: ここではなくて、各カラムで自身の幅に応じて上書きするようにしたい
--margin: var(--marginHalf);
--deckDividerThickness: 5px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment