Rewrite user follow + fix some css

This commit is contained in:
cuom1999 2024-04-11 23:56:58 -05:00
parent 04877b47c1
commit 361d3fc33a
7 changed files with 52 additions and 31 deletions

View file

@ -272,7 +272,7 @@ form.contest-join-pseudotab {
}
.contest-participation-operation {
float: right;
margin-left: auto;
.fa {
color: #444;
@ -282,7 +282,7 @@ form.contest-join-pseudotab {
padding-left: 1px;
}
padding: 0 5px;
padding-left: 5px;
}
#add-clarification {

View file

@ -59,7 +59,7 @@ th.header.rank {
vertical-align: middle;
}
.rank, .points, .problems, .user-name {
.rank, .points, .problems {
white-space: nowrap;
max-width: 20em;
overflow: hidden;