Remove "config-page" class from "Output Name" field (#1572)

This commit is contained in:
Lukas Senionis 2023-08-27 18:06:24 +03:00 committed by GitHub
parent ebb6a7c9a9
commit 9ae40d3d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -566,7 +566,7 @@
</div>
</div>
<!--Output Name -->
<div class="mb-3 config-page" v-if="platform === 'windows'">
<div class="mb-3" v-if="platform === 'windows'">
<label for="output_name" class="form-label">Output Name</label>
<input
type="text"
@ -594,7 +594,7 @@
Disable if you encounter any VSync-related issues.
</div>
</div>
<div class="mb-3 config-page" v-if="platform === 'linux'">
<div class="mb-3" v-if="platform === 'linux'">
<label for="output_name" class="form-label">Monitor number</label>
<input
type="text"