[bugfix] Main Page: MainFunctionSwitches. fix the label width that was shrinking and wrapping unexpectedly.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
.switch_container {
|
.switch_container {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1.6rem 1.4rem;
|
padding: 1.6rem 1.4rem;
|
||||||
background-color: var(--dark_825_color);
|
background-color: var(--dark_825_color);
|
||||||
@@ -29,7 +29,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.label_wrapper {
|
.label_wrapper {
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -85,7 +84,6 @@ $loading_label_color: var(--dark_500_color);
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
|
||||||
&.is_compact_mode {
|
&.is_compact_mode {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user