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