VA icon shrunk on the service portal page after Australia upgrade
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
54m ago
The icon for our virtual agent is 85px, but after Australia upgrade, it is displaying at 15px. Trying to adjust the size through CSS variables is not working. In the console, you can run
$0.style.setProperty('--now-icon--scale-size', '3');
and it will enlarge the size, but when you place
now-button-circular {
--now-icon--scale-size: 3;
}
--now-icon--scale-size: 3;
}
in the CSS, it does nothing. I have also tried it as
now-nass-sp-sparkle-icon{
--now-icon--scale-size: 3;
}
--now-icon--scale-size: 3;
}
Can anyone tell me where I need to make an adjustment to increase the size of this icon?
0 REPLIES 0