This commit is contained in:
krahets
2025-01-14 02:37:01 +08:00
parent 1cd565ddae
commit 17c55b41d5

View File

@@ -461,9 +461,8 @@ a:hover .text-button span {
}
.profile-cell {
flex: 1; /* even distribution */
flex-basis: 20%;
margin: 1em 0.5em;
flex: 1 1 15%;
margin: 1em 0;
text-align: center;
}
@@ -524,6 +523,10 @@ a:hover .text-button span {
.text-button {
margin: 0.7em auto;
}
.profile-cell{
flex: 1 1 30%;
}
}
.video-container {