related to #1451 adjuted card heigth in tile mode

This commit is contained in:
Matthieu Leproux
2021-07-16 09:38:10 +02:00
parent 319ceae05b
commit f4612bc6e6
3 changed files with 3 additions and 7 deletions
+2 -2
View File
@@ -292,7 +292,7 @@ function setDisplayTile() {
minWidth: "220px",
maxWidth: "280px",
flexDirection: "column",
maxHeight: "300px",
maxHeight: "320px",
alignItems: "center",
margin: "15px"
});
@@ -336,7 +336,7 @@ function setDisplayTile() {
minWidth: "220px",
maxWidth: "280px",
flexDirection: "column",
maxHeight: "300px",
maxHeight: "320px",
margin: "15px"
});
@@ -155,11 +155,7 @@ jQuery(document).ready(function(){
.categoryBox, .addAlbum{
display: flex;
flex-direction: column;
max-height: 200px;
flex-grow: 1;
/* Potential Animation */
/* transition: 1s linear; */
}
.albumIcon span{
+1 -1
View File
@@ -161,7 +161,7 @@ TABLE.languages TR TD { padding: 7px 20px; }
.categoryBox, .addAlbum {
position: relative;
text-align: left;
height: 300px;
height: 320px;
width: 220px;
margin: 15px;
border-radius: 10px;