mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-04-21 03:17:28 +08:00
feat: mobile 修改
This commit is contained in:
@@ -438,9 +438,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.topic-container {
|
.topic-container {
|
||||||
/* position: sticky;
|
position: sticky;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
z-index: 1000; */
|
z-index: 1000;
|
||||||
background-color: var(--background-color-blur);
|
background-color: var(--background-color-blur);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -721,11 +721,6 @@ export default {
|
|||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-container {
|
|
||||||
position: static;
|
|
||||||
z-index: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user