More work on enhanced apps

This commit is contained in:
Kode
2022-03-15 20:09:22 +00:00
parent 1e35f83fed
commit ed3dbf2f14
8 changed files with 89 additions and 9 deletions

36
public/css/app.css vendored
View File

@@ -441,7 +441,39 @@ body {
.item-container .tooltip.active {
transform: translateY(0);
opacity: 1;
z-index: 2;
z-index: 4;
}
.tile-actions {
position: absolute;
top: 0px;
left: 0;
padding: 7px;
background: #000000d9;
font-size: 12px;
line-height: 1;
border-radius: 6px;
width: 80px;
height: 90px;
display: flex;
opacity: 0;
align-items: center;
justify-content: center;
transition: all 0.3s;
flex-direction: column;
text-align: center;
cursor: pointer;
}
.tile-actions.active {
opacity: 1;
}
.refresh {
z-index: 3;
}
.refresh .icon {
font-size: 20px;
margin-bottom: 5px;
}
.black {
@@ -918,6 +950,8 @@ a.settinglink {
position: relative;
width: 100%;
max-width: 620px;
position: relative;
z-index: 4;
}
.searchform form {
width: 100%;