This commit is contained in:
krahets
2025-01-14 02:37:01 +08:00
parent 1cd565ddae
commit 17c55b41d5
+6 -3
View File
@@ -461,9 +461,8 @@ a:hover .text-button span {
} }
.profile-cell { .profile-cell {
flex: 1; /* even distribution */ flex: 1 1 15%;
flex-basis: 20%; margin: 1em 0;
margin: 1em 0.5em;
text-align: center; text-align: center;
} }
@@ -524,6 +523,10 @@ a:hover .text-button span {
.text-button { .text-button {
margin: 0.7em auto; margin: 0.7em auto;
} }
.profile-cell{
flex: 1 1 30%;
}
} }
.video-container { .video-container {