mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-21 03:31:42 +00:00
[cm6] Tidy up advanced references search banner code (#8674)
GitOrigin-RevId: a0044b9328af03a77ac3c3e5d5caa594bbd5fe6b
This commit is contained in:
parent
77aa2baa9d
commit
c8b0e81550
1 changed files with 12 additions and 0 deletions
|
@ -587,6 +587,18 @@ CodeMirror
|
|||
}
|
||||
}
|
||||
|
||||
.references-search-banner {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
left: 8px;
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
// -- References Search Modal --
|
||||
.references-search-modal-backdrop {
|
||||
// don't grey out the editor when the
|
||||
|
|
Loading…
Reference in a new issue