fix: prevent username flash on load and remove select max-width

This commit is contained in:
Laurent Dinclaux
2026-05-06 20:11:10 +11:00
parent e539c60e9b
commit c194661fa3
3 changed files with 27 additions and 6 deletions

View File

@@ -67,7 +67,6 @@ function plugin_switchIdent_addCbLarry($wrapper, $sw) {
$sw.css({
'font-weight': 'bold',
'max-width': '200px',
'text-overflow': 'ellipsis'
});
@@ -104,7 +103,6 @@ function plugin_switchIdent_addCbElastic($wrapper, $sw) {
'font-weight': 'bold',
'color': 'inherit',
'box-shadow': 'none',
'max-width': '200px',
'text-overflow': 'ellipsis',
'padding': '0 1.2em 0 0.25em'
});