feat: enhance parser feedback mechanism for improved user guidance
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -166,6 +166,16 @@ pre {
|
||||
color: #ffd2b8;
|
||||
}
|
||||
|
||||
.parser-hint {
|
||||
margin: 6px 0;
|
||||
padding: 8px 10px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid rgba(220, 191, 141, 0.3);
|
||||
background: rgba(220, 191, 141, 0.1);
|
||||
color: #f0d8aa;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.inspector-grid {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user