wtf????
This commit is contained in:
parent
f6dda604dc
commit
cebb66cc36
@ -1,5 +1,5 @@
|
||||
<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>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
@ -17,7 +17,7 @@
|
||||
::selection {
|
||||
color: #fff;
|
||||
background-color: var(--accent);
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
touch-action: manipulation;
|
||||
@ -355,11 +355,11 @@ hr {
|
||||
._section:not(:empty) {
|
||||
box-sizing: border-box;
|
||||
padding: var(--root-margin, 32px);
|
||||
|
||||
|
||||
@media (max-width: 500px) {
|
||||
--root-margin: 10px;
|
||||
}
|
||||
|
||||
|
||||
& + ._section:not(:empty) {
|
||||
border-top: solid 0.5px var(--divider);
|
||||
}
|
||||
@ -563,3 +563,8 @@ hr {
|
||||
transform: scaleX(1.00) scaleY(1.00) ;
|
||||
}
|
||||
}
|
||||
//2022-wtf
|
||||
.inner {
|
||||
filter: brightness(0) !important;
|
||||
background: #000 !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user