#identity-container  { display: flex; height: 100%; }
#identity-file-list  { width: 190px; }
#identity-editor-area { flex: 1; display: flex; flex-direction: column; }

#identity-editor {
    flex: 1;
    background: var(--bg);
    border: none;
    color: var(--text);
    padding: 16px;
    font-family: var(--font);
    font-size: 13px;
    resize: none;
    line-height: 1.6;
}
#identity-editor:focus    { outline: none; }
#identity-editor:disabled { color: var(--text-dim); }
