This commit is contained in:
こけっち 2022-04-01 00:47:56 +09:00
parent f6dda604dc
commit cebb66cc36
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1
2 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<MfmCore :text="text" :plain="plain" :nowrap="nowrap" :author="author" :customEmojis="customEmojis" :isNote="isNote" class="havbbuyv" :class="{ nowrap }"/> <MfmCore text="別れました" :plain="plain" :nowrap="nowrap" :author="author" :customEmojis="customEmojis" :isNote="isNote" class="havbbuyv" :class="{ nowrap }"/>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>

View File

@ -17,7 +17,7 @@
::selection { ::selection {
color: #fff; color: #fff;
background-color: var(--accent); background-color: var(--accent);
} }
html { html {
touch-action: manipulation; touch-action: manipulation;
@ -355,11 +355,11 @@ hr {
._section:not(:empty) { ._section:not(:empty) {
box-sizing: border-box; box-sizing: border-box;
padding: var(--root-margin, 32px); padding: var(--root-margin, 32px);
@media (max-width: 500px) { @media (max-width: 500px) {
--root-margin: 10px; --root-margin: 10px;
} }
& + ._section:not(:empty) { & + ._section:not(:empty) {
border-top: solid 0.5px var(--divider); border-top: solid 0.5px var(--divider);
} }
@ -563,3 +563,8 @@ hr {
transform: scaleX(1.00) scaleY(1.00) ; transform: scaleX(1.00) scaleY(1.00) ;
} }
} }
//2022-wtf
.inner {
filter: brightness(0) !important;
background: #000 !important;
}