[Update] Main Page: MainFunctionSwitch: to be a bit smaller than before for allow long label on its main function.

This commit is contained in:
Sakamoto Shiina
2025-03-18 21:09:59 +09:00
parent f40f916bec
commit 92752d5953
2 changed files with 20 additions and 12 deletions

View File

@@ -78,7 +78,9 @@ $pending_label_color: var(--dark_500_color);
}
.toggle_control {
@include toggle_control_styles;
// @include toggle_control_styles;
@include toggle_control_styles($toggle_width: 3.6rem, $toggle_height: 1.4rem);
display: flex;
justify-content: end;
align-items: center;