User:Monster Domosed/common.css: Difference between revisionsGive feedback
Add styles for model hint disclaimer with eye icon (with Domosed MCP) |
Fix hint overflow (shorter, wraps, max-width) and remove LQ/HQ toggle CSS (with Domosed MCP) |
||
| Line 71: | Line 71: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
gap: | gap: 5px; | ||
max-width: calc(100% - 16px); | |||
font-size: | padding: 4px 8px; | ||
font-size: 11px; | |||
line-height: 1; | line-height: 1; | ||
color: #fff; | color: #fff; | ||
| Line 87: | Line 89: | ||
pointer-events: none; | pointer-events: none; | ||
box-sizing: border-box; | |||
} | } | ||
.model-hint-icon { | .model-hint-icon { | ||
width: | width: 12px; | ||
height: | height: 12px; | ||
flex: none; | |||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| Line 127: | Line 131: | ||
box-shadow: 0 8px 24px rgba(0,0,0,.3); | box-shadow: 0 8px 24px rgba(0,0,0,.3); | ||
} | } | ||