Bilibili-Evolved/min/settings-tooltip.min.css
2019-01-22 23:59:54 +08:00

1 line
368 B
CSS

.gui-settings-tooltip{position:fixed;left:420px;color:#fff;background:#0008;padding:1rem;font-size:12pt;top:50%;transform:translateY(-50%);transition:.2s ease-out .8s;opacity:0;min-width:100%;max-height:60%;line-height:24px;white-space:pre-wrap;pointer-events:none}.gui-settings-tooltip.show{pointer-events:initial;opacity:1}.gui-settings-tooltip span{font-weight:700}