Update file
This commit is contained in:
parent
238e7cdc97
commit
90d9055667
@ -1674,6 +1674,11 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Hidden unit select for compatibility */
|
||||
.dog-calculator-unit-select-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Mobile responsive adjustments for inline unit selector */
|
||||
@media (max-width: 576px) {
|
||||
.dog-calculator-result-item {
|
||||
@ -1968,7 +1973,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Hidden select for compatibility -->
|
||||
<select id="unit" style="display: none;" aria-describedby="unitHelp">
|
||||
<select id="unit" class="dog-calculator-unit-select-hidden" aria-describedby="unitHelp">
|
||||
<option value="g">grams (g)</option>
|
||||
<option value="kg">kilograms (kg)</option>
|
||||
<option value="oz">ounces (oz)</option>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user