Removed some servers and fixed shadow on input in safari
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
.homeserver-form {
|
||||
display: flex;
|
||||
margin-bottom: var(--sp-extra-tight);
|
||||
line-height: 0;
|
||||
& > .input-container {
|
||||
flex: 1;
|
||||
& .input {
|
||||
|
||||
@@ -290,6 +290,11 @@ button {
|
||||
overflow: visible;
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
textarea, input[type="text"] {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
textarea {
|
||||
color: inherit;
|
||||
word-spacing: inherit;
|
||||
|
||||
Reference in New Issue
Block a user