Release 1.5.5

This commit is contained in:
MystiPanda
2024-03-09 22:02:36 +08:00
Unverified
parent 3a0429d049
commit b3bbacf2ef
7 changed files with 31 additions and 13 deletions

View File

@@ -27,7 +27,7 @@
// $maxLogo: 100px;
.the-logo {
// position: relative;
position: relative;
flex: 1 0 58px;
// width: 100%;
display: flex;
@@ -60,7 +60,9 @@
.the-newbtn {
position: absolute;
right: 10px;
bottom: 0px;
top: 0px;
border-radius: 8px;
padding: 2px 4px;
transform: scale(0.8);
}
}