モバイルで投稿ボタン復活するなど

This commit is contained in:
syuilo 2020-12-27 10:42:38 +09:00
parent 167da988da
commit 2f6187a26a
3 changed files with 18 additions and 9 deletions

View file

@ -204,6 +204,10 @@ export default defineComponent({
border-radius: 100%;
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
font-size: 22px;
@media (min-width: ($nav-hide-threshold + 1px)) {
display: none;
}
}
> .post {
@ -215,10 +219,6 @@ export default defineComponent({
background: var(--panel);
color: var(--fg);
@media (min-width: ($nav-hide-threshold + 1px)) {
display: none;
}
&:hover {
background: var(--X2);
}