aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-15 16:42:55 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-15 16:42:55 +0100
commitaa33cacb62ef25cbab7c6ee1b253ed58072e6e44 (patch)
treecc9ef82c2026e109f288884c9e36efc15f3c8dab /view/theme/redbasic/php/style.php
parent0c74c79b18d77e4ca9032e92a652e51932f40aa4 (diff)
downloadvolse-hubzilla-aa33cacb62ef25cbab7c6ee1b253ed58072e6e44.tar.gz
volse-hubzilla-aa33cacb62ef25cbab7c6ee1b253ed58072e6e44.tar.bz2
volse-hubzilla-aa33cacb62ef25cbab7c6ee1b253ed58072e6e44.zip
style hashtags, mentions and categories. hide expand-aside button if not needed. css and class fixes
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 6e8a43a47..08efcda4c 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -134,11 +134,11 @@ if (! $shadow)
if (! $converse_width)
$converse_width = '790';
if(! $top_photo)
- $top_photo = '2.2rem';
+ $top_photo = '2.3rem';
if(! $comment_indent)
$comment_indent = '0px';
if(! $reply_photo)
- $reply_photo = '2.2rem';
+ $reply_photo = '2.3rem';
if($nav_min_opacity === false || $nav_min_opacity === '') {
$nav_float_min_opacity = 1.0;
$nav_percent_min_opacity = 100;