ShowTimeoutDuration: Simplify tooltip style, allow changing style without reload (#2441)

This commit is contained in:
Sqaaakoi 2024-05-16 15:21:52 +12:00 committed by GitHub
parent 09f894468a
commit 4281b7a94a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 24 deletions

View file

@ -2,3 +2,7 @@
display: flex;
align-items: center;
}
.vc-std-wrapper [class*="communicationDisabled"] {
margin-right: 0;
}