This commit is contained in:
icret
2022-05-26 15:25:32 +08:00
parent 67ed4ff05f
commit 74e57dbdcd
9 changed files with 273 additions and 348 deletions

View File

@@ -85,8 +85,13 @@
}
.bottom-bar {
opacity: 0;
width: 100%;
position: absolute;
bottom: 0.1px;
background-color: rgba(0, 0, 0, 0.2);
background-color: rgba(0, 0, 0, 0.5);
}
.bottom-bar:hover {
opacity: 1;
}