mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Standardize add buttons
This has bothered me for a long time ;)
This commit is contained in:
parent
7495ac44b0
commit
04cd552aeb
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
<div class="readOnlyContent">
|
||||
<p id="pAddUser">
|
||||
<button type="button" data-icon="plus" onclick="Dashboard.navigate('useredit.html');">
|
||||
<button type="button" data-icon="plus" data-iconpos="right" onclick="Dashboard.navigate('useredit.html');">
|
||||
${ButtonAddUser}
|
||||
</button>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue