#9771 fixed list apps

This commit is contained in:
Daniel Cebrian 2023-06-22 15:38:24 +02:00
parent 232ebd2f60
commit b9791bff16
2 changed files with 4 additions and 7 deletions

View File

@ -4,14 +4,13 @@
ul.bigbuttonlist {
min-height: 200px;
display: flex;
flex-wrap: wrap;
}
li.discovery {
display: inline-block;
float: left;
width: 250px;
margin: 15px;
padding-bottom: 50px;
}
li.discovery > a {
@ -37,8 +36,7 @@ div.data_container {
width: 100%;
height: 100%;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
padding: 6px;
}
div.data_container:hover {

View File

@ -9011,8 +9011,7 @@ div.graph div.legend table {
}
.app_mssg {
position: absolute;
bottom: 1em;
margin: 1em;
clear: both;
color: #888;
}