Refactor admin
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2021-09-15 18:09:35 +02:00
commit 9d031ea9f9
3 changed files with 87 additions and 24 deletions

View file

@ -28,6 +28,24 @@ figure.moz {
vertical-align: middle;
}
figure.moz .menu {
position: absolute;
margin: inherit;
display: none;
}
figure.moz:hover .menu {
display: block;
}
figure.moz:hover .menu a {
background: rgba(0,0,0,0.5);
color: #eee;
padding: 6px 10px 8px 10px;
text-decoration: none;
}
figure.moz .menu a:hover {
background: rgba(0,0,0,0.8);
}
.big img {
max-height: calc(100vh - 5px);
max-width: calc(100vw - 5px);