|
@@ -327,7 +327,7 @@ export default {
|
|
|
.setting-slider {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- margin-top: $spacing-base;
|
|
|
+ margin-top: $spacing-xlarge;
|
|
|
|
|
|
.slider-value {
|
|
|
width: 60px;
|
|
@@ -339,7 +339,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.visibility-options {
|
|
|
- margin-top: $spacing-base;
|
|
|
+ margin-top: $spacing-large;
|
|
|
}
|
|
|
}
|
|
|
}
|