Skip to content

Commit e920134

Browse files
committed
r
1 parent 721f778 commit e920134

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

webapp/src/index.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,17 @@ ul {
107107
position: relative;
108108
}
109109

110+
.rpgui-progress {
111+
position: absolute;
112+
top: 10px;
113+
right: 10px;
114+
width: 55%;
115+
}
116+
110117
.role-label {
111118
display: inline-block !important;
112119
width: 50%;
113-
height: 70px;
120+
height: 50px;
114121
font-size: 15px;
115122
}
116123

0 commit comments

Comments
 (0)