[Xfce4-commits] [www/www.xfce.org] 27/29: Optimizations for really small resolution and viewport sizes
noreply at xfce.org
noreply at xfce.org
Sun May 21 22:01:09 CEST 2017
This is an automated email from the git hooks/post-receive script.
k n o m e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository www/www.xfce.org.
commit 4ca428f47134b3910dfcf7522bf9240ed1d0e539
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date: Fri May 19 12:38:35 2017 +0300
Optimizations for really small resolution and viewport sizes
---
style/base.css | 3 +++
style/mobile.css | 15 ++++++++++++++-
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/style/base.css b/style/base.css
index ec40d41..ce1696e 100644
--- a/style/base.css
+++ b/style/base.css
@@ -105,6 +105,9 @@ dl dd {
float: right;
margin-top: 0.15em;
}
+ #mainnav select option {
+ font-size: 90%;
+ }
#mainnav-icon {
display: none;
height: 32px;
diff --git a/style/mobile.css b/style/mobile.css
index 26f2853..ebfd194 100644
--- a/style/mobile.css
+++ b/style/mobile.css
@@ -16,6 +16,19 @@
}
}
+ at media screen and (max-width: 400px) {
+ .frontpage_cols .column h2 {
+ display: block;
+ margin-bottom: 0.5em;
+ }
+ .frontpage_cols .rss {
+ display: block;
+ float: none;
+ clear: both;
+ margin-bottom: 1em;
+ }
+}
+
@media screen and (max-width: 850px) {
/* Elements */
h1 {
@@ -26,7 +39,7 @@
/* Main layout */
#main {
- min-width: 360px;
+ min-width: 300px;
}
/* Main navigation */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list