-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parent component still have the responsability to explicitely open the modal Rely on data router param to open or not the modal
- Loading branch information
1 parent
268ec22
commit 6223e24
Showing
7 changed files
with
59 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 5 additions & 10 deletions
15
client/src/app/+about/about-instance/contact-admin-modal.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,16 @@ | ||
@import 'variables'; | ||
@import 'mixins'; | ||
|
||
.modal-body { | ||
text-align: left; | ||
} | ||
|
||
input[type=text] { | ||
@include peertube-input-text(340px); | ||
display: block; | ||
|
||
@media screen and (max-width: #{map-get($container-max-widths, sm)}) { | ||
width: 100%; | ||
} | ||
display: block; | ||
} | ||
|
||
textarea { | ||
@include peertube-textarea(100%, 200px); | ||
} | ||
|
||
@media screen and (max-width: breakpoint(md)) { | ||
.modal-body { | ||
text-align: left; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters