Skip to content
Extraits de code Groupes Projets
Valider f17d1638 rédigé par movilla's avatar movilla
Parcourir les fichiers

mobile private post dont show error 404

parent 25b3f6bc
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -132,6 +132,7 @@ everything is set up. ...@@ -132,6 +132,7 @@ everything is set up.
* Fix wrong message on infinite scroll on contacts page [#3681](https://github.com/diaspora/diaspora/issues/3681) * Fix wrong message on infinite scroll on contacts page [#3681](https://github.com/diaspora/diaspora/issues/3681)
* My Activity mobile doesn't show second page when clicking "more". [#4109](https://github.com/diaspora/diaspora/issues/4109) * My Activity mobile doesn't show second page when clicking "more". [#4109](https://github.com/diaspora/diaspora/issues/4109)
* Remove unnecessary navigation bar to access mobile site and re-add flash warning to mobile registrations. [#4085](https://github.com/diaspora/diaspora/pull/4085) * Remove unnecessary navigation bar to access mobile site and re-add flash warning to mobile registrations. [#4085](https://github.com/diaspora/diaspora/pull/4085)
* Private post dont show error 404 when you are not authorized on mobile page [#4129](https://github.com/diaspora/diaspora/issues/4129)
## Features ## Features
......
...@@ -1235,3 +1235,11 @@ input#q.search { ...@@ -1235,3 +1235,11 @@ input#q.search {
height: 16px; height: 16px;
width: 16px; width: 16px;
} }
#big-number {
font-size: 120px !important;
}
#content {
font-size: 13px !important;
}
...@@ -2,16 +2,9 @@ ...@@ -2,16 +2,9 @@
-# licensed under the Affero General Public License version 3 or later. See -# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file. -# the COPYRIGHT file.
- if in_mobile_view?
:css
#big-number{ font-size: 120px;}
#content{ font-size: 13px;}
- content_for :head do - content_for :head do
= stylesheet_link_tag :error_pages, :media => 'all' = stylesheet_link_tag :error_pages, :media => 'all'
- content_for :after_content do
#big-number.transparent #big-number.transparent
404 404
......
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