Skip to content

Commit

Permalink
Merge pull request #14 from conacyt-arquitectura/develop
Browse files Browse the repository at this point in the history
Ajustes a la versión rsponsive.
  • Loading branch information
danimaniarqsoft authored Jun 18, 2021
2 parents d9ed9a7 + c72b14e commit b43a588
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
9 changes: 2 additions & 7 deletions public/css/embed.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions src/features/templates/embed-css-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,14 @@ module.exports = embedCssTemplate = `
transition: 1.2s ease-in-out;
padding-left: 1.7em; }
@media only screen and (max-width: 767px) and (min-width: 320px) {
@media only screen and (max-width: 767px) {
#embedded_messenger.active {
bottom: 180px;
height: 400px;
width: 320px;
}
}
@media only screen and (max-width: 992px) {
#embedded_messenger.active {
height: 420px;
}
}
/*# sourceMappingURL=embed.css.map */
`
2 changes: 1 addition & 1 deletion src/features/templates/styles-css-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -7701,7 +7701,7 @@ input[type="range"]::-ms-thumb {
text-align: center;
margin-top: 1.2rem; } }
@media only screen and (max-width: 767px) and (min-width: 320px) {
@media only screen and (max-width: 600px) {
#message_window .message {
max-width: 80%;
}
Expand Down

0 comments on commit b43a588

Please sign in to comment.