1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

style fixes in html files

This commit is contained in:
dkanada 2019-12-16 00:07:55 +09:00
parent 07994e0a40
commit 7f2f10a595
22 changed files with 71 additions and 134 deletions

View file

@ -1,10 +1,7 @@
<div id="dashboardGeneralPage" data-role="page" class="page type-interior dashboardHomePage">
<div>
<div class="content-primary">
<form class="dashboardGeneralForm">
<div class="verticalSection">
<div class="sectionTitleContainer flex align-items-center">
<h2 class="sectionTitle">${TabSettings}</h2>
@ -31,9 +28,7 @@
<input is="emby-checkbox" type="checkbox" id="chkAutoRunWebApp" />
<span>${LaunchWebAppOnStartup}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">
${LaunchWebAppOnStartupHelp}
</div>
<div class="fieldDescription checkboxFieldDescription">${LaunchWebAppOnStartupHelp}</div>
</div>
</div>
@ -94,7 +89,6 @@
</button>
</div>
</form>
</div>
</div>
</div>