Resolve "UI for multi-disc albums"

This commit is contained in:
Auri 2018-12-11 10:17:05 +01:00 committed by Eliot Berriot
parent 2b24f19dd8
commit ef2dc03808
3 changed files with 44 additions and 7 deletions

View file

@ -392,4 +392,12 @@ button.reset {
[role="button"] {
cursor: pointer;
}
.left.floated {
float: left;
}
.right.floated {
float: right;
}
</style>