redesign artist dialog
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Artem Anufrij
2023-10-04 22:33:31 +02:00
parent 6ce9df7fd8
commit 426a024564
3 changed files with 39 additions and 40 deletions

View File

@@ -85,23 +85,10 @@ td.fillCell>* {
text-align: center;
}
.favourite {
z-index: 1;
position: absolute;
cursor: pointer;
}
.favourite.active {
color: var(--yellow);
}
.keepPlaying {
z-index: 1;
position: absolute;
cursor: pointer;
right: 0;
}
/*
DIALOGS

View File

@@ -1741,6 +1741,10 @@ td.strech {
box-shadow: 0 1px 4px var(--glow);
}
.glow-text {
text-shadow: 0 1px 4px var(--glow);
}
.nowrap {
white-space: nowrap;
}