ultimate-jekyll-manager 0.0.152 → 0.0.153

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,4 +26,4 @@ body {
26
26
 
27
27
  @font-face {
28
28
  font-display: auto;
29
- }
29
+ }
@@ -7,54 +7,54 @@
7
7
  .input-group {
8
8
  > .form-control {
9
9
  border-radius: $classy-radius-lg;
10
-
10
+
11
11
  &:not(:last-child) {
12
12
  border-top-right-radius: 0;
13
13
  border-bottom-right-radius: 0;
14
14
  }
15
-
15
+
16
16
  &:not(:first-child) {
17
17
  border-top-left-radius: 0;
18
18
  border-bottom-left-radius: 0;
19
19
  }
20
20
  }
21
-
21
+
22
22
  // Buttons in input groups
23
23
  > .btn {
24
24
  border-radius: $classy-radius-lg;
25
-
25
+
26
26
  &:not(:last-child) {
27
27
  border-top-right-radius: 0;
28
28
  border-bottom-right-radius: 0;
29
29
  }
30
-
30
+
31
31
  &:not(:first-child) {
32
32
  border-top-left-radius: 0;
33
33
  border-bottom-left-radius: 0;
34
34
  }
35
-
35
+
36
36
  // Last button in group
37
37
  &:last-child {
38
38
  border-top-left-radius: 0;
39
39
  border-bottom-left-radius: 0;
40
40
  }
41
-
41
+
42
42
  // First button in group
43
43
  &:first-child {
44
44
  border-top-right-radius: 0;
45
45
  border-bottom-right-radius: 0;
46
46
  }
47
47
  }
48
-
48
+
49
49
  // Input group text
50
50
  > .input-group-text {
51
51
  border-radius: $classy-radius-lg;
52
-
52
+
53
53
  &:not(:last-child) {
54
54
  border-top-right-radius: 0;
55
55
  border-bottom-right-radius: 0;
56
56
  }
57
-
57
+
58
58
  &:not(:first-child) {
59
59
  border-top-left-radius: 0;
60
60
  border-bottom-left-radius: 0;
@@ -78,7 +78,7 @@
78
78
  background-color: var(--bs-body-bg);
79
79
  }
80
80
 
81
- // Override Chrome/Safari autofill background color with subtle indicator
81
+ // // Override Chrome/Safari autofill background color with subtle indicator
82
82
  &:-webkit-autofill,
83
83
  &:-webkit-autofill:hover,
84
84
  &:-webkit-autofill:focus {
@@ -109,18 +109,18 @@
109
109
  // ============================================
110
110
  .form-check-input {
111
111
  border-radius: $classy-radius-sm;
112
-
112
+
113
113
  &[type="radio"] {
114
114
  border-radius: 50%;
115
115
  }
116
-
116
+
117
117
  &:checked {
118
118
  background-color: $primary;
119
119
  border-color: $primary;
120
120
  }
121
-
121
+
122
122
  &:focus {
123
123
  border-color: $primary;
124
124
  box-shadow: 0 0 0 0.25rem rgba($primary, 0.25);
125
125
  }
126
- }
126
+ }
@@ -16,7 +16,10 @@ theme:
16
16
  <style>
17
17
  main.d-flex {
18
18
  display: flex !important;
19
- min-height: calc(100vh);
19
+ }
20
+ .min-vh-100 {
21
+ min-height: 100vh !important; /* Fallback for older browsers */
22
+ min-height: 100dvh !important; /* Dynamic viewport height for mobile */
20
23
  }
21
24
 
22
25
  main.d-flex.align-items-center {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.152",
3
+ "version": "0.0.153",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {