モバイルで投稿ボタン復活するなど
This commit is contained in:
parent
167da988da
commit
2f6187a26a
3 changed files with 18 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue