fffiloni's picture
Update style.css
5417ded
div#col-container, div#col-container-2 {
max-width: 510px;
margin-left: auto;
margin-right: auto;
}
div#col-container-2 {
margin-top: -16px;
}
a, a:hover, a:visited {
text-decoration-line: underline;
font-weight: 600;
color: #1f2937 !important;
}
.dark a, .dark a:hover, .dark a:visited {
color: #f3f4f6 !important;
}
div#record_btn .mic-wrap > button {
width: 100%;
margin-top: 6px;
padding: 9px;
border-radius: 20px;
}
div#error_handler {
margin-bottom: 16px;
}
div#error_handler .openai_error {
color: #ff7900;
background: #fff1e4;
border: 1px solid #ffe4cb;
}
.dark div#error_handler .openai_error {
color: #ff7900;
background: #1b1303;
border: 1px solid #2c1f13;
}
div#error_handler .openai_clear {
color: #057857;
background: #ecfdf5;
border: 1px solid #d1fae5;
}
.dark div#error_handler .openai_clear {
color: #15b881;
background: #111827;
border: 1px solid #151c2e;
}
div#error_handler span {
font-family: 'IBM Plex Mono';
font-size: 0.8em;
padding: 16px;
display: flex;
/*border: 1px solid #e5e7eb;*/
border-radius: 10px;
}
.dark div#error_handler span {
/*border: 1px solid #374151;*/
}
div#secondary-buttons{
display: flex;
flex-direction: flex-end;
}
button#clean-btn {
border-radius: 20px;
background: none;
}
button#clean-btn:hover {
border-radius: 20px;
background: #f1f1f1;
}
.dark button#clean-btn:hover {
background: #4b5563;
}
.footer {
margin-bottom: 45px;
margin-top: 10px;
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.footer>p {
font-size: .8rem!important;
display: inline-block;
padding: 0 10px;
transform: translateY(25px);
background: white;
}
.dark .footer {
border-color: #303030;
}
.dark .footer>p {
background: #0b0f19;
}
.animate-spin {
animation: spin 1s linear infinite;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
#share-btn-container {
display: flex;
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
background-color: #000000;
justify-content: center;
align-items: center;
border-radius: 9999px !important;
max-width: 13rem;
}
#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 !important;
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
right:0;
}
#share-btn * {
all: unset;
}
#share-btn-container div:nth-child(-n+2){
width: auto !important;
min-height: 0px !important;
}
#share-btn-container .wrap {
display: none !important;
}
#share-btn-container.hidden {
display: none!important;
}