streamlit-image-select icon indicating copy to clipboard operation
streamlit-image-select copied to clipboard

Variable box size

Open AdelZakirov opened this issue 1 year ago • 1 comments

Hey there! in styles.css there is a fixed width and height for image boxes.

.image-box {
    border: 1px solid rgba(49, 51, 63, 0.2);
    border-radius: 0.25rem;
    padding: calc(0.25rem + 1px);
    height: 10rem;
    min-width: 10rem;
}

Can we set those parameters variable somehow? Would be nice to have this option.

AdelZakirov avatar Mar 22 '23 20:03 AdelZakirov

It woud be a great option. In the meantime what I am doing is just deleting the height and width from the styles.css and putting the images in columns.

Anima-guy avatar Jun 15 '23 10:06 Anima-guy