More changes

This commit is contained in:
Bel Curcio
2021-06-01 14:17:30 -03:00
parent da2fb44dd4
commit cdb765fdab
6 changed files with 69 additions and 93 deletions

View File

@@ -113,3 +113,19 @@
.positionIndicatorActive:hover .dot {
@apply bg-white;
}
.album {
@apply bg-violet-dark;
overflow: auto;
white-space: nowrap;
}
.album > * {
@apply cursor-pointer;
display: inline-block;
width: 300px;
}
.album > div:hover {
@apply bg-violet-light;
}