add album explorer

This commit is contained in:
geoffrey45
2021-12-10 18:34:34 +03:00
parent 0fa55eeeae
commit aed2c74975
8 changed files with 248 additions and 68 deletions
+10 -3
View File
@@ -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;