diff options
Diffstat (limited to 'client-web/style')
-rw-r--r-- | client-web/style/room.sass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass index cdf9719..45517ff 100644 --- a/client-web/style/room.sass +++ b/client-web/style/room.sass @@ -57,9 +57,11 @@ border-radius: 3px background-color: var(--ac-light) -.resource-track>div - border: 2px solid transparent +.resource-track border-radius: 4px + border: 2px solid transparent + box-sizing: border-box + transition: border 0.15s .resource-track.audio-active border: 2px solid var(--ac-light) |