]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+about/about-instance/contact-admin-modal.component.scss
Fix input size of contact form on mobile view
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-instance / contact-admin-modal.component.scss
CommitLineData
d3e56c0c
C
1@import 'variables';
2@import 'mixins';
3
4input[type=text] {
5 @include peertube-input-text(340px);
47162a9c 6 display: block;
089cfa65
K
7
8 @media screen and (max-width: #{map-get($container-max-widths, sm)}) {
9 width: 100%;
10 }
d3e56c0c
C
11}
12
13textarea {
14 @include peertube-textarea(100%, 200px);
15}
089cfa65
K
16
17@media screen and (max-width: breakpoint(md)) {
18 .modal-body {
19 text-align: left;
20 }
21}