Skip to content
Extraits de code Groupes Projets
Valider 53a7d36e rédigé par Jonne Haß's avatar Jonne Haß
Parcourir les fichiers

Revert "Force flash message width to 80% of screen on small devices"

This reverts commit e731bb86.
parent e731bb86
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
* Correctly skip setting sidekiq logfile on Heroku [#6500](https://github.com/diaspora/diaspora/pull/6500) * Correctly skip setting sidekiq logfile on Heroku [#6500](https://github.com/diaspora/diaspora/pull/6500)
* Fix notifications for interactions by non-contacts [#6498](https://github.com/diaspora/diaspora/pull/6498) * Fix notifications for interactions by non-contacts [#6498](https://github.com/diaspora/diaspora/pull/6498)
* Fix issue where the publisher was broken on profile pages [#6503](https://github.com/diaspora/diaspora/pull/6503) * Fix issue where the publisher was broken on profile pages [#6503](https://github.com/diaspora/diaspora/pull/6503)
* Limit flash message width on small devices [#6529](https://github.com/diaspora/diaspora/pull/6529)
## Features ## Features
......
...@@ -50,11 +50,4 @@ ...@@ -50,11 +50,4 @@
background-color: #CA410B; background-color: #CA410B;
border-color: darken(#CA410B, 10%); border-color: darken(#CA410B, 10%);
} }
@media (max-width: $grid-float-breakpoint-max) {
.flash-message {
max-width: 80%;
min-width: 80%;
}
}
} }
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter