Skip to content

Commit aa952fa

Browse files
committed
refactor: ! Always add a pale fill around the elements of each Includes setting
1 parent 7818f9e commit aa952fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Config/IncludesSettingsUI.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@
4949

5050
align-items: unset;
5151

52+
// Put a border around the elements for each Include, to make structure easier
53+
// to see.
54+
border: 1px solid var(--background-modifier-border) !important;
55+
padding: 0.5em !important;
56+
background-color: var(--background-secondary) !important;
57+
border-radius: 4px !important;
58+
5259
// Force wrapping behavior on narrow screens
5360
@container (max-width: 600px) {
5461
grid-template-columns: 5fr 1fr;
5562
grid-template-areas:
5663
"key delete"
5764
"value value";
5865

59-
// Put a border around the elements for each Include, to make structure easier
60-
// to see when in single-column mode.
61-
border: 1px solid var(--background-modifier-border) !important;
62-
padding: 0.5em !important;
63-
background-color: var(--background-secondary) !important;
64-
border-radius: 4px !important;
65-
6666
.tasks-includes-key {
6767
// Make the Name input field full-width.
6868
// The value textarea will take up most of the width, with the Delete button to its right.

0 commit comments

Comments
 (0)