#1663 Firefox optionsPage layout FIX

This commit is contained in:
GrzegorzZajac000 2024-10-03 13:09:32 +02:00
parent 57a79c4f86
commit b46588b853

View File

@ -42,9 +42,11 @@
<p data-i18n="shortcutUseDesc" class="js-twofas-shortcut-description">Use this shortcut to open the 2FAS Browser Extension on any page.</p>
</div>
<div class="twofas-options-page-content-icon"></div>
<div class="twofas-options-page-content-icon">
<h2><span data-i18n="icon">Icon</span>:</h2>
<select name="twofas-icon-select" id="twofas-icon-select"></select>
<div class="twofas-options-page-content-icon-box">
<select name="twofas-icon-select" id="twofas-icon-select"></select>
</div>
<p data-i18n="optionsIconDesc">Choose an icon for the 2FAS Browser Extension to personalize its appearance in your browser.</p>
</div>