mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
add album explorer
This commit is contained in:
@@ -36,9 +36,9 @@ a {
|
||||
}
|
||||
|
||||
.seperator {
|
||||
border: 1px solid;
|
||||
border-top: .1em $seperator solid;
|
||||
color: transparent;
|
||||
margin: 0rem;
|
||||
margin: $small 0 $small 0;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
@@ -90,6 +90,14 @@ a {
|
||||
transition-property: width;
|
||||
}
|
||||
|
||||
.ellip {
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.rounded {
|
||||
border-radius: 10px;
|
||||
}
|
||||
@@ -132,7 +140,6 @@ a {
|
||||
transition: transform 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
|
||||
.ellipsis {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user