Difference between revisions of "MediaWiki:Gadget-calculator-core.css"

From WikiAnesthesia
(Created page with "@media only screen and (max-width: 529px) { .calculator-input-text-compact { padding-right: 0.5rem; padding-left: 0.5rem; width: 3rem !important;...")
 
Line 1: Line 1:
@media only screen and (max-width: 529px) {
@media only screen and (max-width: 529px) {
     .calculator-input-text-compact {
     .calculator-input-text-compact {
         padding-right: 0.5rem;
         padding-right: 0.5rem;
         padding-left: 0.5rem;
         padding-left: 0.5rem;
        width: 3rem !important;
    }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
    .calculator-input-text-compact {
        width: 4rem !important;
     }
     }
}
}

Revision as of 20:35, 18 July 2021

@media only screen and (max-width: 529px) {
    .calculator-input-text-compact {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media only screen and (max-width: 529px) {
    .calculator-input-select-compact {
        padding-right: 1.5rem;
        padding-left: 0.5rem;
    }
}