Add some minor CSS tweaks
This commit is contained in:
parent
21d2f3b967
commit
30cb9fdb9a
6 changed files with 19 additions and 4 deletions
6
resources/assets/sass/layout.scss
vendored
6
resources/assets/sass/layout.scss
vendored
|
@ -28,6 +28,12 @@ body {
|
|||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
.note img {
|
||||
max-height: 80vh;
|
||||
width: auto;
|
||||
image-orientation: from-image;
|
||||
}
|
||||
|
||||
.social-links {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
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