mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 07:26:29 +09:00
🎨
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user