diff options
author | Mario <mario@mariovavti.com> | 2021-08-21 08:25:15 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-21 08:25:15 +0000 |
commit | 6eb84a3d9a9e09a12a7c30cf45844af809e8a9a3 (patch) | |
tree | 5aaff90944b1a359478a3dfa2e11fa04b681047d /view/css | |
parent | 69d909596a0011ae902f834bd79251136f5d5bba (diff) | |
download | volse-hubzilla-6eb84a3d9a9e09a12a7c30cf45844af809e8a9a3.tar.gz volse-hubzilla-6eb84a3d9a9e09a12a7c30cf45844af809e8a9a3.tar.bz2 volse-hubzilla-6eb84a3d9a9e09a12a7c30cf45844af809e8a9a3.zip |
restructure apps to make space for app descritions
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_apps.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/view/css/mod_apps.css b/view/css/mod_apps.css index 62777bb39..ddf6d5c6b 100644 --- a/view/css/mod_apps.css +++ b/view/css/mod_apps.css @@ -10,3 +10,16 @@ text-overflow: ellipsis; margin: 10px 0px; } + +.app-icon { + display: table-cell; + table-layout: fixed; + vertical-align: top; +} + +.app-info { + display: table-cell; + table-layout: fixed; + vertical-align: top; + padding-left: 10px; +} |