[bugfix] Main Page: Message Box Ratio. store the data in float and fix the bug that was set bit off message box's height.

This commit is contained in:
Sakamoto Shiina
2024-10-11 04:25:34 +09:00
parent 31d8b503d0
commit 99cd3d1df0
5 changed files with 6 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
width: 100%;
justify-content: space-between;
align-items: center;
height: 2rem;
height: var(--title_bar_height);
margin-top: 0.4rem;
}