mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
improve nowPlaying alignment
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
border-radius: $smaller;
|
||||
background-image: url("../../images/eggs.jpg");
|
||||
background-image: url("../../images/null.webp");
|
||||
}
|
||||
|
||||
.separator {
|
||||
|
||||
@@ -154,6 +154,18 @@ button {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.shadow-sm {
|
||||
box-shadow: 0rem 0rem .5rem rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.shadow-md {
|
||||
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.shadow-lg {
|
||||
box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.175);
|
||||
}
|
||||
|
||||
/* scrollbars */
|
||||
|
||||
/* width */
|
||||
|
||||
Reference in New Issue
Block a user