mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-19 18:37:25 +08:00
feat: blur
This commit is contained in:
@@ -597,7 +597,7 @@ export default {
|
||||
background-color: var(--background-color);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: calc(100vh - var(--header-height));
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.loading-container {
|
||||
@@ -612,11 +612,13 @@ export default {
|
||||
overflow-y: auto;
|
||||
scrollbar-width: none;
|
||||
padding: 20px;
|
||||
height: calc(100% - 40px);
|
||||
height: calc(100% - 40px - var(--header-height));
|
||||
width: calc(85% - 40px);
|
||||
padding-top: calc(var(--header-height) + 20px);
|
||||
}
|
||||
|
||||
.post-page-scroller-container {
|
||||
padding-top: var(--header-height);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 15%;
|
||||
@@ -905,6 +907,7 @@ export default {
|
||||
.post-page-main-container {
|
||||
width: calc(100% - 20px);
|
||||
padding: 10px;
|
||||
padding-top: calc(var(--header-height) + 10px);
|
||||
}
|
||||
|
||||
.article-title {
|
||||
|
||||
Reference in New Issue
Block a user