@tiddh/brave-vue 1.93.70 → 1.93.72
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.
|
@@ -220,10 +220,11 @@
|
|
|
220
220
|
padding: 0;
|
|
221
221
|
position: absolute;
|
|
222
222
|
top: px-size("sm", -37px);
|
|
223
|
-
right: px-size("sm", $spacing-inline-sm);
|
|
223
|
+
padding-right: px-size("sm", $spacing-inline-sm);
|
|
224
|
+
padding-left: px-size("sm", $spacing-inline-sm);
|
|
224
225
|
width: 100%;
|
|
225
226
|
border-bottom: 0px;
|
|
226
|
-
justify-content: flex-
|
|
227
|
+
justify-content: flex-end;
|
|
227
228
|
}
|
|
228
229
|
|
|
229
230
|
&:hover {
|
|
@@ -278,7 +279,7 @@
|
|
|
278
279
|
}
|
|
279
280
|
@include media-breakpoint-down("sm") {
|
|
280
281
|
padding-top: 0;
|
|
281
|
-
padding: 0px px-size("sm", $spacing-inline-
|
|
282
|
+
padding: 0px px-size("sm", $spacing-inline-md);
|
|
282
283
|
padding-bottom: px-size("sm", 120px);
|
|
283
284
|
padding-top: px-size("sm", $spacing-stack-sm);
|
|
284
285
|
}
|
package/dist/src/Sidebar.vue
CHANGED
|
@@ -220,10 +220,11 @@
|
|
|
220
220
|
padding: 0;
|
|
221
221
|
position: absolute;
|
|
222
222
|
top: px-size("sm", -37px);
|
|
223
|
-
right: px-size("sm", $spacing-inline-sm);
|
|
223
|
+
padding-right: px-size("sm", $spacing-inline-sm);
|
|
224
|
+
padding-left: px-size("sm", $spacing-inline-sm);
|
|
224
225
|
width: 100%;
|
|
225
226
|
border-bottom: 0px;
|
|
226
|
-
justify-content: flex-
|
|
227
|
+
justify-content: flex-end;
|
|
227
228
|
}
|
|
228
229
|
|
|
229
230
|
&:hover {
|
|
@@ -278,7 +279,7 @@
|
|
|
278
279
|
}
|
|
279
280
|
@include media-breakpoint-down("sm") {
|
|
280
281
|
padding-top: 0;
|
|
281
|
-
padding: 0px px-size("sm", $spacing-inline-
|
|
282
|
+
padding: 0px px-size("sm", $spacing-inline-md);
|
|
282
283
|
padding-bottom: px-size("sm", 120px);
|
|
283
284
|
padding-top: px-size("sm", $spacing-stack-sm);
|
|
284
285
|
}
|
|
@@ -220,10 +220,11 @@
|
|
|
220
220
|
padding: 0;
|
|
221
221
|
position: absolute;
|
|
222
222
|
top: px-size("sm", -37px);
|
|
223
|
-
right: px-size("sm", $spacing-inline-sm);
|
|
223
|
+
padding-right: px-size("sm", $spacing-inline-sm);
|
|
224
|
+
padding-left: px-size("sm", $spacing-inline-sm);
|
|
224
225
|
width: 100%;
|
|
225
226
|
border-bottom: 0px;
|
|
226
|
-
justify-content: flex-
|
|
227
|
+
justify-content: flex-end;
|
|
227
228
|
}
|
|
228
229
|
|
|
229
230
|
&:hover {
|
|
@@ -278,7 +279,7 @@
|
|
|
278
279
|
}
|
|
279
280
|
@include media-breakpoint-down("sm") {
|
|
280
281
|
padding-top: 0;
|
|
281
|
-
padding: 0px px-size("sm", $spacing-inline-
|
|
282
|
+
padding: 0px px-size("sm", $spacing-inline-md);
|
|
282
283
|
padding-bottom: px-size("sm", 120px);
|
|
283
284
|
padding-top: px-size("sm", $spacing-stack-sm);
|
|
284
285
|
}
|