try again button, user blog tab load, no game text #181

Merged
freakoverse merged 14 commits from staging into master 2025-01-03 11:29:54 +00:00
Showing only changes of commit aa9f1015e1 - Show all commits

View File

@ -705,3 +705,27 @@ a:hover {
transform: rotate(360deg); transform: rotate(360deg);
} }
} }
.uploadBoxMain {
background: hsl(0deg 0% 0% / 10%);
border-radius: 10px;
height: 100px;
padding: 10px;
border: solid 1px hsl(0deg 0% 100% / 5%);
}
.uploadBoxMain:hover > .uploadBoxMainInside {
padding: 5px;
}
.uploadBoxMainInside {
padding: 10px;
border: dashed 2px hsl(0deg 0% 100% / 5%);
border-radius: 8px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: hsl(0deg 0% 100% / 20%);
}