mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 02:05:22 -04:00
Doc compose: Cc toggle up 4px (8→4), X close up 2px (4→2)
This commit is contained in:
+2
-2
@@ -30107,12 +30107,12 @@ body.doc-find-active mark.doc-find-mark.current {
|
|||||||
from the To input. Anchored to the input's vertical center + 4px
|
from the To input. Anchored to the input's vertical center + 4px
|
||||||
nudge so the label sits where the user expects it. */
|
nudge so the label sits where the user expects it. */
|
||||||
.email-field .email-cc-toggle {
|
.email-field .email-cc-toggle {
|
||||||
position: absolute; right: 6px; top: calc(50% + 8px); transform: translateY(-50%);
|
position: absolute; right: 6px; top: calc(50% + 4px); transform: translateY(-50%);
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
/* X close button inside Cc / Bcc fields. */
|
/* X close button inside Cc / Bcc fields. */
|
||||||
.email-field .email-cc-close {
|
.email-field .email-cc-close {
|
||||||
position: absolute; right: 6px; top: calc(50% + 4px); transform: translateY(-50%);
|
position: absolute; right: 6px; top: calc(50% + 2px); transform: translateY(-50%);
|
||||||
background: none; border: none; color: var(--fg);
|
background: none; border: none; color: var(--fg);
|
||||||
opacity: 0.4; cursor: pointer;
|
opacity: 0.4; cursor: pointer;
|
||||||
width: 22px; height: 22px;
|
width: 22px; height: 22px;
|
||||||
|
|||||||
Reference in New Issue
Block a user