diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-02 21:17:23 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-02 21:17:23 -0700 |
commit | 3285c719955dea11017d0f08eeb6ccbed82cb16b (patch) | |
tree | 3dbc76e9370fdefc87a6850bbf288cb26f5bfeba | |
parent | 2018b88093a72a66a3e61c76794d8b967f7b2f4f (diff) | |
download | volse-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.css | 2 |
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; } |