Allow flags to be over 11px height

Submitted on behalf of Zul.
This commit is contained in:
discomrade 2021-05-06 00:28:25 +00:00 committed by GitHub
parent 1fa3f225ad
commit ac9d0a22bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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