Skip to content

Commit 146f644

Browse files
IdirLISNObada Haddad
authored andcommitted
fix some ui issues
1 parent 3d7c5b6 commit 146f644

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/static/riot/competitions/detail/submission_manager.tag

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,9 @@
204204
</button>
205205
</div>
206206

207-
<div style="display:flex; align-items:center; gap:8px;">
208-
<label>Per page</label>
209-
<select class="ui dropdown" value="{ page_size }" onchange="{ change_page_size.bind(this) }">
210-
<option value="20">20</option>
211-
</select>
207+
<div style="display:flex; align-items:center; gap:8px; margin-left: auto;">
212208

213-
<div style="margin-left:10px; color: #8c8c8c;">
209+
<div style="margin-right: 10px; color: #8c8c8c;">
214210
<small>{ total_count || 0 } total</small>
215211
</div>
216212
</div>

0 commit comments

Comments
 (0)