Skip to content

Commit

Permalink
Separate images buttons a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Odrec committed Jun 11, 2024
1 parent 753394e commit bcfcfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def _display_chat_buttons(self):
st.rerun()

with container_images_controls:
float_parent("margin-left: 3rem; bottom: 6.9rem;background-color: var(--default-backgroundColor); "
float_parent("margin-left: 3.3rem; bottom: 6.9rem;background-color: var(--default-backgroundColor); "
"padding-top: 0.9rem;")

with st.popover("🖼️", help=session_state['_']("Images")):
Expand Down

0 comments on commit bcfcfe0

Please sign in to comment.