A fast, local-first "redirection engine" for !bang users with a few extra features ^-^

chore: cleanup css

Changed files
+3 -8
src
+3 -8
src/global.css
···
margin-top: 16px;
}
-
/* Add this new style */
.content-container {
max-width: 37rem;
text-align: center;
padding: 0 8px;
+
text-wrap: pretty;
}
-
/* Update url-input width to be 100% since container will control max width */
input {
padding: 8px 12px;
border: 1px solid var(--border-color);
···
color: var(--text-color-hover);
}
-
/* Add styles for the settings button */
.settings-button {
padding: 8px;
color: var(--text-color-secondary);
···
font-size: 1.2em;
}
-
/* Update the bang-select class to account for the icon */
.bang-select {
-
padding-right: 30px; /* Make room for the icon */
+
padding-right: 30px;
}
@keyframes shake {
···
.flash-red {
animation: flash-red 0.3s ease-in-out;
}
-
/* Settings section spacing */
+
.settings-section {
margin-bottom: 1rem;
}
-
/* Toggle switch styles */
.switch {
display: flex;
align-items: center;
···
left: 22px;
}
-
/* Clear history button */
.clear-history {
margin-top: 8px;
padding: 8px 16px;