[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:
@@ -11,7 +11,7 @@
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 2rem;
|
||||
height: var(--title_bar_height);
|
||||
margin-top: 0.4rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user