Skip to content

Commit d0ac3a9

Browse files
committed
fix: move the content a bit right to maintain hierarchy structure
1 parent dd4ad7b commit d0ac3a9

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

src/styles/Extn-CustomSnippets.less

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
color: @bc-text-thin-quiet;
404404
font-size: 12px;
405405
font-style: italic;
406-
margin-left: 132px;
406+
margin-left: 144px;
407407
padding: 0;
408408
background: none;
409409
border: none;
@@ -460,6 +460,8 @@
460460
display: flex;
461461
align-items: flex-start;
462462
margin-bottom: 8px;
463+
margin-left: 12px;
464+
margin-right: 8px;
463465
gap: 4px;
464466
flex-direction: column;
465467

@@ -570,6 +572,8 @@
570572

571573
#add-custom-snippet-panel-buttons {
572574
margin-top: 8px;
575+
margin-left: 12px;
576+
margin-right: 8px;
573577
padding-top: 8px;
574578
border-top: 1px solid @bc-panel-separator;
575579
text-align: right;
@@ -612,6 +616,8 @@
612616
display: flex;
613617
align-items: flex-start;
614618
margin-bottom: 8px;
619+
margin-left: 12px;
620+
margin-right: 8px;
615621
gap: 4px;
616622
flex-direction: column;
617623

@@ -722,6 +728,8 @@
722728

723729
#edit-snippet-buttons {
724730
margin-top: 8px;
731+
margin-left: 12px;
732+
margin-right: 8px;
725733
padding-top: 8px;
726734
border-top: 1px solid @bc-panel-separator;
727735
text-align: right;
@@ -789,6 +797,9 @@
789797
#custom-snippets-add-new,
790798
#custom-snippets-edit {
791799
.field-wrapper {
800+
margin-left: 8px;
801+
margin-right: 4px;
802+
792803
.field-row {
793804
flex-direction: column;
794805
align-items: stretch;
@@ -799,10 +810,16 @@
799810
}
800811
}
801812
}
813+
814+
#add-custom-snippet-panel-buttons,
815+
#edit-snippet-buttons {
816+
margin-left: 8px;
817+
margin-right: 4px;
818+
}
802819
}
803820

804821
.error-message {
805-
margin-left: 0;
822+
margin-left: 8px;
806823
}
807824
}
808825

@@ -819,6 +836,14 @@
819836

820837
.field-wrapper {
821838
margin-bottom: 6px;
839+
margin-left: 6px;
840+
margin-right: 3px;
841+
}
842+
843+
#add-custom-snippet-panel-buttons,
844+
#edit-snippet-buttons {
845+
margin-left: 6px;
846+
margin-right: 3px;
822847
}
823848
}
824849
}

0 commit comments

Comments
 (0)