fix style

This commit is contained in:
SrGooglo 2023-07-27 00:03:28 +00:00
parent 617393de78
commit 972e698528

View File

@ -125,7 +125,7 @@
.content { .content {
height: 100%; height: 100%;
width: 50%; width: 100%;
.fade-opacity-active { .fade-opacity-active {
height: 100%; height: 100%;
@ -146,7 +146,13 @@
height: fit-content; height: fit-content;
width: fit-content; width: fit-content;
min-width: 15%;
justify-self: center; justify-self: center;
.ant-menu-item-selected {
background-color: var(--background-color-primary)!important;
}
} }
} }
@ -159,7 +165,7 @@
@media (max-width: 1720px) { @media (max-width: 1720px) {
.panels { .panels {
.content { .content {
width: 53%; width: 60%;
} }
.leftPanel { .leftPanel {
@ -176,6 +182,7 @@
.tabMenuWrapper { .tabMenuWrapper {
width: fit-content; width: fit-content;
min-width: 0;
top: 0; top: 0;
right: 0; right: 0;