Skip to content

Commit

Permalink
fix minor display issue where padding would result in more space (hei…
Browse files Browse the repository at this point in the history
…ght) being taken than needed

Even when all child elements were hidden.
  • Loading branch information
rugk committed Oct 31, 2024
1 parent ccbdcfa commit 71f0932
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/common/modules/AutomaticSettings
2 changes: 1 addition & 1 deletion src/common/modules/CommonCss
Submodule CommonCss updated 1 files
+14 −0 common.css
4 changes: 2 additions & 2 deletions src/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h2 data-i18n="__MSG_subtitleMisc__">Miscellaneous settings</h2>
</div>
</li>

<li class="message-container">
<li class="line">
<div id="messageContrast" aria-label="info message" data-i18n data-i18n-aria-label="__MSG_ariaMessageInfo__" class="message-box info invisible fade-hide">
<span class="message-text"></span>
<a href="#">
Expand Down Expand Up @@ -193,7 +193,7 @@ <h1 data-i18n="__MSG_titleAddonBehavior__">Addon behavior</h1>
<input class="setting save-on-change" type="checkbox" id="autoGetClipboardContent" name="autoGetClipboardContent">
<label data-i18n="__MSG_optionAutoGetClipboardContent__" for="autoGetClipboardContent">Use clipboard content when opening popup</label>
</div>
<div class="message-container line">
<div class="line">
<div id="getClipboardContentPermissionInfo" aria-label="info message" data-i18n data-i18n-aria-label="__MSG_ariaMessageInfo__" class="message-box info invisible fade-hide">
<span class="message-text">Permission requested.</span>
<a href="#">
Expand Down

0 comments on commit 71f0932

Please sign in to comment.