diff options
author | Mario <mario@mariovavti.com> | 2021-06-18 08:55:49 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-18 08:55:49 +0000 |
commit | f4f9ccc3b234eaadf29b3f5c8bec6e19de0aa761 (patch) | |
tree | b87d87381af0299690790ac371d093e5fd8784f7 /view/pdl | |
parent | a84cec4acddf6804a88fcda52e4437c91785dfb2 (diff) | |
download | volse-hubzilla-f4f9ccc3b234eaadf29b3f5c8bec6e19de0aa761.tar.gz volse-hubzilla-f4f9ccc3b234eaadf29b3f5c8bec6e19de0aa761.tar.bz2 volse-hubzilla-f4f9ccc3b234eaadf29b3f5c8bec6e19de0aa761.zip |
css fixes
Diffstat (limited to 'view/pdl')
-rw-r--r-- | view/pdl/mod_hq.pdl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/view/pdl/mod_hq.pdl b/view/pdl/mod_hq.pdl index ff44b2df9..e078773f0 100644 --- a/view/pdl/mod_hq.pdl +++ b/view/pdl/mod_hq.pdl @@ -1,7 +1,8 @@ [region=aside] [widget=messages][/widget] [widget=hq_controls] - [var=class]d-none d-lg-block[/var] + [var=wrapper_class]d-none d-lg-block[/var] + [var=entry_class]btn-outline-primary[/var] [/widget] [/region] [region=content] @@ -11,7 +12,8 @@ [/widget] $content [widget=hq_controls] - [var=class]hq_controls_fixed_bottom_center d-lg-none[/var] + [var=wrapper_class]hq_controls_fixed_bottom_center d-lg-none[/var] + [var=entry_class]btn-primary shadow[/var] [/widget] [/region] [region=right_aside] |