Update style.css

This commit is contained in:
friendlyanon 2017-07-10 20:02:00 +02:00 committed by GitHub
parent 39b65a63fd
commit 80b79320dd

View File

@ -1012,6 +1012,14 @@ div[data-checked="false"] > .suboption-list {
left: calc(110px - .5px * var(--tn-w)); left: calc(110px - .5px * var(--tn-w));
} }
/* Copy Text Link's textarea element */
textarea.copy-text-element {
height: 0;
width: 0;
position: absolute;
top: -10000px;
}
/* Announcement Hiding */ /* Announcement Hiding */
:root.hide-announcement #globalMessage { :root.hide-announcement #globalMessage {
display: none; display: none;