mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
make playlist cards smaller on playlist list page
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user