improve UI on new file
This commit is contained in:
@@ -329,13 +329,17 @@ fieldset h3 {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
input {
|
||||
border: 0;
|
||||
outline: 0;
|
||||
background-color: transparent;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
fieldset input {
|
||||
width: calc(100% - 1.57em);
|
||||
margin: 0.5em 0;
|
||||
|
||||
Reference in New Issue
Block a user