Add some minor CSS tweaks
This commit is contained in:
parent
21d2f3b967
commit
30cb9fdb9a
6 changed files with 19 additions and 4 deletions
11
resources/assets/sass/note-form.scss
vendored
11
resources/assets/sass/note-form.scss
vendored
|
@ -11,10 +11,19 @@
|
|||
flex-direction: row;
|
||||
padding: 0.2rem;
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
width: 5vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 599px) {
|
||||
input[name="photo[]"] {
|
||||
input[type="file"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
textarea,
|
||||
input[type="text"] {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue