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

View File

@@ -566,7 +566,7 @@
</div> </div>
</div> </div>
<!--Output Name --> <!--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> <label for="output_name" class="form-label">Output Name</label>
<input <input
type="text" type="text"
@@ -594,7 +594,7 @@
Disable if you encounter any VSync-related issues. Disable if you encounter any VSync-related issues.
</div> </div>
</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> <label for="output_name" class="form-label">Monitor number</label>
<input <input
type="text" type="text"