Update dump list CSS

- Adds both prefixed and unprefixed versions of `box-sizing`
 - Consistently `transform` across browsers
This commit is contained in:
Johnny 2020-04-18 21:48:21 +10:00 committed by GitHub
parent a861c7a5b8
commit dec5068ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1023,6 +1023,7 @@ div[data-checked="false"] > .suboption-list {
}
.catalog-post .prettyprinted {
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.catalog-post .MathJax_Display {
@ -1711,6 +1712,7 @@ input.field.tripped:not(:hover):not(:focus) {
}
.field {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0px;
padding: 2px 4px 3px;
}
@ -1970,6 +1972,7 @@ input[type="checkbox"]:checked ~ .checkbox-letter {
}
.qr-preview {
-moz-box-sizing: border-box;
box-sizing: border-box;
counter-increment: thumbnails;
cursor: move;
display: inline-block;
@ -2050,7 +2053,9 @@ a:only-of-type > .remove {
position: absolute;
bottom: 20px;
right: 10px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.textarea {
position: relative;