We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f171d55 commit 910fab9Copy full SHA for 910fab9
web/css/styles.min.css
@@ -2529,6 +2529,7 @@ a.vst-text:active b{
2529
2530
.advanced-options .fas {
2531
margin-right: 20px;
2532
+ width: 14px;
2533
}
2534
2535
.vst-textinput {
web/templates/admin/edit_server.html
@@ -53,7 +53,7 @@
53
<tr>
54
<td class="vst-text input-label step-top advanced-options">
55
<a href="javascript:elementHideShow('basic');" class="vst-text">
56
- <i class="fas fa-cog"></i> <b><?php print __('Basic options');?> <img src="/images/arrow.png"></b>
+ <i class="fas fa-cog"></i><b><?php print __('Basic options');?> <img src="/images/arrow.png"></b>
57
</a>
58
</td>
59
</tr>
0 commit comments