Spaces:
Runtime error
Runtime error
| #disp_image { | |
| text-align: center; /* Horizontally center the content */ | |
| } | |
| #share-btn-container {padding-left: 0.5rem ; padding-right: 0.5rem ; background-color: #000000; justify-content: center; align-items: center; border-radius: 9999px ; max-width: 13rem; margin-left: auto;} | |
| div#share-btn-container > div {flex-direction: row;background: black;align-items: center} | |
| #share-btn-container:hover {background-color: #060606} | |
| #share-btn {all: initial; color: #ffffff;font-weight: 600; cursor:pointer; font-family: 'IBM Plex Sans', sans-serif; margin-left: 0.5rem ; padding-top: 0.5rem ; padding-bottom: 0.5rem ;right:0;} | |
| #share-btn * {all: unset} | |
| #share-btn-container div:nth-child(-n+2){width: auto ;min-height: 0px ;} | |
| #share-btn-container .wrap {display: none } | |
| #share-btn-container.hidden {display: none} | |
| #duplicate-button { | |
| margin-left: auto; | |
| color: #fff; | |
| background: #1565c0; | |
| } | |