Browse Source

Allow flags to be over 11px height

Submitted on behalf of Zul.
pull/40/head
discomrade 3 years ago
committed by GitHub
parent
commit
ac9d0a22bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      inc/instance-config.php

2
inc/instance-config.php

@ -183,7 +183,7 @@ $config['allowed_ext_files'][] = 'bz2';
*/
$config['country_flags_condensed'] = false;
$config['user_flag'] = true;
$config['flag_style'] = 'width:auto;height:11px;';
$config['flag_style'] = 'width:auto;max-height:16px;';
$config['user_flags'] = array (
'4th_international' => '4th International',
'acceleration' => 'Acceleration',

Loading…
Cancel
Save