aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-02 21:17:23 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-02 21:17:23 -0700
commit3285c719955dea11017d0f08eeb6ccbed82cb16b (patch)
tree3dbc76e9370fdefc87a6850bbf288cb26f5bfeba
parent2018b88093a72a66a3e61c76794d8b967f7b2f4f (diff)
downloadvolse-hubzilla-3285c719955dea11017d0f08eeb6ccbed82cb16b.tar.gz
volse-hubzilla-3285c719955dea11017d0f08eeb6ccbed82cb16b.tar.bz2
volse-hubzilla-3285c719955dea11017d0f08eeb6ccbed82cb16b.zip
increase height of app-container so edit controls aren't shadowed
-rw-r--r--view/css/mod_apps.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/mod_apps.css b/view/css/mod_apps.css
index 5e98a6a18..c7cb419f2 100644
--- a/view/css/mod_apps.css
+++ b/view/css/mod_apps.css
@@ -1,6 +1,6 @@
.app-container {
float: left;
width: 125px;
- height: 160px;
+ height: 200px;
padding: 20px;
}