fix: set fixed width for main and information sections in index.scss

This commit is contained in:
PandaDEV 2025-03-15 01:42:41 +01:00
parent 102ffe2fe3
commit c97a5f069d
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C

View file

@ -81,7 +81,7 @@ main {
font-size: 12px;
letter-spacing: 1;
border-radius: 10px;
width: 100%;
width: 462px;
display: flex;
flex-direction: column;
align-items: flex-start;
@ -111,7 +111,7 @@ main {
.information {
min-height: 160px;
width: 100%;
width: 462px;
border-top: 1px solid $divider;
padding: 14px;
z-index: 1;