Fixed styling nicknames

This commit is contained in:
2022-09-05 22:12:31 +02:00
parent b071f0b721
commit ddd62ed0f4

View File

@ -331,7 +331,7 @@ function prepare_stylesheets(string $class): void
$styles['post'] = '.spacer{width:10px}'; $styles['post'] = '.spacer{width:10px}';
} }
if($class === 'messages'){ if($class === 'messages'){
$styles['post'] = '.nicklink{text-decoration:none}.channellink{text-decoration:underline}'; $styles['messages'] = '.nicklink{text-decoration:none}.channellink{text-decoration:underline}';
} }
$css=get_setting('css'); $css=get_setting('css');
$coltxt=get_setting('coltxt'); $coltxt=get_setting('coltxt');