Merge remote-tracking branch 'saxamaphone69/patch-1'

This commit is contained in:
ccd0 2020-04-27 03:49:22 -07:00
commit 0a1f12bb9b

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,8 @@ a:only-of-type > .remove {
position: absolute;
bottom: 20px;
right: 10px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.textarea {
position: relative;