generated from Grigo/AndroidTemplate
fixed referrence
This commit is contained in:
@@ -122,6 +122,13 @@ aside {
|
||||
.preset-row.applied .preset-check { color: #00ff88; }
|
||||
.preset-title { font-weight: 600; }
|
||||
.preset-desc { color: #aaa; font-size: 0.7rem; margin-top: 2px; }
|
||||
.reference-point-list { display: flex; flex-direction: column; gap: 4px; max-height: 180px; overflow: auto; margin: 6px 0; }
|
||||
.reference-point-row {
|
||||
display: grid; grid-template-columns: 18px 1fr; gap: 6px; align-items: start;
|
||||
padding: 6px; background: #0a0a14; border: 1px solid #333; border-radius: 4px;
|
||||
cursor: pointer; font-size: 0.8rem;
|
||||
}
|
||||
.reference-point-row:hover, .reference-point-row.selected { border-color: #00ff88; background: #102018; }
|
||||
.preset-actions { display: flex; gap: 4px; margin-top: 6px; flex-wrap: wrap; }
|
||||
.preset-actions button, .preset-modal-actions button {
|
||||
flex: 1; padding: 5px 8px; font-size: 0.75rem; border: none; border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user