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