mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
convert $small padding -> $smaller padding
This commit is contained in:
@@ -131,7 +131,7 @@ export default {
|
||||
background-color: $card-dark;
|
||||
padding: 4rem $small 0 $small;
|
||||
overflow: hidden;
|
||||
margin: $small 0 $small 0;
|
||||
margin: $smaller;
|
||||
}
|
||||
|
||||
#f-view-parent .fixed {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user