Commit 11455e59 authored by mercury233's avatar mercury233

update room extra label

parent 0ba7e052
Pipeline #4152 passed with stages
in 6 minutes and 14 seconds
......@@ -238,8 +238,20 @@ form {
#game-list td.extra span,
#game-replay-watch td.extra span {
border: 1px solid #AAA;
border-radius: 3px;
margin-left: -2px;
padding-right: 2px;
border-right: 1px solid #999;
}
#game-list td.extra span:first-child,
#game-replay-watch td.extra span:first-child {
margin-left: 0;
}
#game-list td.extra span:last-child,
#game-replay-watch td.extra span:last-child {
padding-right: 0;
border-right: none;
}
#game-replay-watch .avatar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment