mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(header): change border to outline to resolve logo rendering. Closes #3000
This commit is contained in:
parent
513d0a9a9e
commit
77eb491943
@ -78,9 +78,9 @@
|
||||
.avatar {
|
||||
background-color: var(--theme-color-background-header);
|
||||
box-sizing: content-box;
|
||||
border-color: #ffffff26;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
outline-color: #ffffff26;
|
||||
outline-width: 2px;
|
||||
outline-style: solid;
|
||||
}
|
||||
|
||||
.chatOfflineText {
|
||||
|
Loading…
x
Reference in New Issue
Block a user