Change classname

This commit is contained in:
Nicola Benaglia 2025-05-10 14:39:38 +02:00
parent a0587b5b3e
commit 08f999ef70
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ export const CoreSyncStatus = () => {
</span>
<div
className="bottom"
className="core-panel"
style={{
right: 'unset',
left: '55px',

View File

@ -8,7 +8,7 @@
text-align: left;
}
.tooltip .bottom {
.tooltip .core-panel {
border-radius: 8px;
border: 1px solid var(--black);
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);