Skip to content

Commit af9946b

Browse files
committed
Update tcss.
1 parent ec795eb commit af9946b

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

datashuttle/tui/css/tui_menu.tcss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,17 +311,17 @@ CreateFoldersSettingsScreen {
311311
border: tall $panel-lighten-3;
312312
}
313313
#checkbox_container {
314-
height: 75%;
314+
height: 80%;
315315
overflow: hidden auto;
316316
}
317317
#create_folders_settings_allow_alphanumeric_checkbox {
318-
padding: 0 0;
318+
padding: 0 6;
319319
}
320320
#create_folders_settings_checkbox_outer_container {
321321
margin: 0 0 0 0;
322322
}
323323
#template_top_container {
324-
height: 60%;
324+
height: 75%;
325325
background: $primary-background;
326326
border: tall $panel-lighten-3;
327327
overflow: hidden auto;
@@ -384,7 +384,7 @@ CreateFoldersSettingsScreen {
384384
background: $boost;
385385
}
386386

387-
#template_settings_radioset:light:disabled {
387+
#template_settings_radioset:light:disabled {
388388
color: $panel-darken-2;
389389
}
390390

@@ -397,6 +397,10 @@ CreateFoldersSettingsScreen {
397397
color: $panel-darken-2;
398398
}
399399

400+
#create_folders_settings_close_button {
401+
margin: 1 0 0 0;
402+
}
403+
400404
/* Confirmation Screen --------------------------------------------------------------------- */
401405

402406
ConfirmAndAwaitTransferPopup {

0 commit comments

Comments
 (0)