Skip to content

Commit 71a2511

Browse files
Make community logos white and larger in widget header
- NEMAR: brain fill changed to white (was dark blue) - EEGLAB/SCCN: all fills changed to white (was navy) - Logo img size increased from 28px to 32px in avatar circle
1 parent d4a1003 commit 71a2511

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

frontend/osa-chat-widget.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@
253253
}
254254
255255
.osa-chat-avatar img {
256-
width: 28px;
257-
height: 28px;
256+
width: 32px;
257+
height: 32px;
258258
object-fit: contain;
259259
border-radius: 50%;
260260
}

0 commit comments

Comments
 (0)