Spaces:
Running
Running
File size: 879 Bytes
f59a418 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
.message-row img {
margin: 0px !important;
}
.avatar-container img {
padding: 0px !important;
}
#ssearch-sources {
/* display: flex; */
/* display: table; */
display: block;
border-spacing: 10px;
border-collapse: separate;
gap: 10px;
/* min-width: 75vw; */
padding-bottom: 5px;
}
.source-item {
display: block;
min-width: 100px;
max-width: 45%;
height: fit-content;
background-color: #febe10;
color: black;
padding: 5px;
text-align: center;
border-radius: 5px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0,0.2);
font-size: medium;
}
.ssearch-source {
text-decoration: none;
box-sizing: border-box;
}
button.upload-button.svelte-1d7elt4 {
visibility: hidden !important;
}
.candid-org-link {
font-weight: bold;
text-decoration: none;
}
.candid-app-link {
font-size: small;
} |