convert $small padding -> $smaller padding

This commit is contained in:
geoffrey45
2022-02-12 10:13:33 +03:00
parent 25e6c5ce0c
commit 88e1d42ab5
12 changed files with 58 additions and 42 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
<template>
<div class="playlist-view rounded">
<div class="playlist-view">
<Header :playlist_info="playlist_info" />
<div class="separator no-border"></div>
@@ -40,8 +40,8 @@ export default {
<style lang="scss">
.playlist-view {
height: calc(100% - 1rem);
margin-top: $small;
height: calc(100% - $small);
margin: $smaller $smaller 0 $smaller;
overflow: auto;
&::-webkit-scrollbar {
@@ -53,4 +53,4 @@ export default {
min-height: 100%;
}
}
</style>
</style>