ask-candid / static /chatStyle.css
brainsqueeze's picture
Feedback and style changes
c751e97 verified
raw
history blame contribute delete
917 Bytes
.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: 80%;
margin: 0 auto;
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;
}