mirror of
https://github.com/brianpetro/smart-context-obsidian.git
synced 2026-07-22 05:32:16 +00:00
update_styles_css_to_adjust_modal_suggestion_layout_with_flexbox_for_svg_elements
This commit is contained in:
parent
4f4b0b853f
commit
eb0514e1d4
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
.sc-modal-suggestion-has-icon {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
span:has(svg) {
|
||||
justify-content: flex-end;
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.sc-selected-pill-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue