From 53a7d36e44a4aabce4e5064a28408c23c7468ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu> Date: Fri, 13 Nov 2015 15:59:18 +0100 Subject: [PATCH] Revert "Force flash message width to 80% of screen on small devices" This reverts commit e731bb86c570a8202045379f26d654a6e73bca7f. --- Changelog.md | 1 - app/assets/stylesheets/_flash_messages.scss | 7 ------- 2 files changed, 8 deletions(-) diff --git a/Changelog.md b/Changelog.md index bf184dd562..f0d6bc7403 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,7 +7,6 @@ * 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 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 diff --git a/app/assets/stylesheets/_flash_messages.scss b/app/assets/stylesheets/_flash_messages.scss index 950bfa6c88..e4b4e46c47 100644 --- a/app/assets/stylesheets/_flash_messages.scss +++ b/app/assets/stylesheets/_flash_messages.scss @@ -50,11 +50,4 @@ background-color: #CA410B; border-color: darken(#CA410B, 10%); } - - @media (max-width: $grid-float-breakpoint-max) { - .flash-message { - max-width: 80%; - min-width: 80%; - } - } } -- GitLab