mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 04:00:34 +09:00
More work on enhanced apps
This commit is contained in:
36
public/css/app.css
vendored
36
public/css/app.css
vendored
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user