File size: 2,791 Bytes
859f971 c7bb9a8 859f971 5417ded c8c33df 5417ded c8c33df c7bb9a8 5417ded 85c2efe 8b2fe60 1b8a77c 7bf0a5a 859f971 8e178ad eaaea23 4d8577d 6eccf1d 8e178ad eaaea23 8e178ad 6eccf1d 8e178ad 1b8a77c eaaea23 1b8a77c 8e178ad 1aab040 eaaea23 1aab040 6d1800d f9291e2 eb6e3e0 b27d260 31f9308 eaaea23 f325eee b27d260 b675b22 c7bb9a8 5417ded c7bb9a8 bb133cf c7bb9a8 b675b22 c7bb9a8 b675b22 c7bb9a8 b675b22 c7bb9a8 b675b22 c7bb9a8 6d1800d b675b22 c7bb9a8 f325eee bbee272 f325eee b675b22 c7bb9a8 31f9308 c7bb9a8 b675b22 c7bb9a8 b675b22 c7bb9a8 b675b22 c7bb9a8 b675b22 c7bb9a8 b675b22 c7bb9a8 b675b22 c7bb9a8 9e58475 876981f 9e58475 b675b22 |
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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 |
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;
} |