[gimp-web/gimp-web-static] Fixed spacer height to not overflow container on mobile (thx drc)
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Fixed spacer height to not overflow container on mobile (thx drc)
- Date: Tue, 22 Sep 2015 20:59:04 +0000 (UTC)
commit 760dcba5d1a7435b4c7a7a576d74c05ee46bed9c
Author: Pat David <patdavid gmail com>
Date: Tue Sep 22 15:58:54 2015 -0500
Fixed spacer height to not overflow container on mobile (thx drc)
themes/newgimp/static/css/home.css | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 7df31d7..80c3858 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -135,6 +135,7 @@ nav#menu li#gimp-home {
#cap-photos .column.third {
height: 300px;
+ max-height: 30vh;
}
.cap {
@@ -187,6 +188,7 @@ nav#menu li#gimp-home {
#cap-painting .column.third {
height: 300px;
+ max-height: 30vh;
}
#cap-graphics {
@@ -200,6 +202,7 @@ nav#menu li#gimp-home {
#cap-graphics .column.third {
height: 250px;
+ max-height: 30vh;
}
#component {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]