mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 06:46:01 +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 {
|
.avatar {
|
||||||
background-color: var(--theme-color-background-header);
|
background-color: var(--theme-color-background-header);
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
border-color: #ffffff26;
|
outline-color: #ffffff26;
|
||||||
border-width: 2px;
|
outline-width: 2px;
|
||||||
border-style: solid;
|
outline-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatOfflineText {
|
.chatOfflineText {
|
||||||
|
|
Loading…
Reference in a new issue