feat: expand screeners and stabilize interactive feedback
This commit is contained in:
@@ -614,8 +614,6 @@ button { cursor: pointer; }
|
||||
.login-dialog form { display: grid; gap: 14px; padding: 26px; }
|
||||
.login-dialog h2 { margin: 0 0 6px; color: var(--wt-paper); font-size: 24px; }
|
||||
.login-dialog .button { width: 100%; margin-top: 4px; }
|
||||
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 100; padding: 10px 14px; border: 1px solid var(--wt-line); border-radius: 7px; background: rgba(13,21,38,.96); color: var(--wt-paper); box-shadow: 0 12px 30px rgba(0,0,0,.3); font-size: 12px; }
|
||||
|
||||
@media (max-width: 960px) {
|
||||
.heaven-shell { width: min(100% - 20px, 760px); }
|
||||
.heaven-controls { align-items: stretch; flex-direction: column; }
|
||||
|
||||
Reference in New Issue
Block a user