make playlist cards smaller on playlist list page

This commit is contained in:
geoffrey45
2022-08-31 18:35:05 +03:00
parent 6f138005f5
commit c782e400c6
4 changed files with 13 additions and 23 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ const menus = [
display: flex;
align-items: flex-start;
justify-content: flex-start;
padding: $smaller 0;
padding: $small 0;
&:hover {
background-color: $gray3;
+1 -5
View File
@@ -42,11 +42,7 @@ const notifStore = useNotifStore();
place-items: center;
align-items: center;
box-shadow: 0px 0px 2rem rgb(0, 0, 0);
.link {
font-weight: bold;
text-decoration: underline;
}
font-size: .85rem;
}
.notif-error {