related to #1503 Translation adjustments, api fonction implementation date

This commit is contained in:
Matthieu Leproux
2021-10-07 10:14:24 +02:00
parent 8c2e6c5eb4
commit 2c1b3579ec
4 changed files with 16 additions and 6 deletions
+12 -2
View File
@@ -50,7 +50,11 @@ function setDisplayCompact() {
padding: "8px"
});
$(".albumInfos p").css("margin", "0");
$(".albumInfos p").css({
margin: "0",
textAlign: "center",
whiteSpace: "normal"
});
$(".albumInfos p:last-child").css({
width: "auto"
});
@@ -200,7 +204,8 @@ function setDisplayLine() {
$(".albumInfos p").css({
textAlign: "right",
margin: "0"
margin: "0",
whiteSpace: "nowrap"
});
$(".albumInfos p:last-child").css({
@@ -314,6 +319,11 @@ function setDisplayTile() {
$(".albumInfos p:last-child").css({
width: "auto"
});
$(".albumInfos p").css({
margin: "0",
textAlign: "center",
whiteSpace: "normal"
});
$(".albumIcon").css({
height: "80px"