mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix style
This commit is contained in:
parent
617393de78
commit
972e698528
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user