mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
fix(header): change border to outline to resolve logo rendering. Closes #3000
This commit is contained in:
parent
513d0a9a9e
commit
77eb491943
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue