mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 06:46:01 +03:00
Fix action button icon sizing. Closes #2137
This commit is contained in:
parent
a40d34e121
commit
7ba2730736
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
|||
font-weight: 400;
|
||||
font-family: var(--theme-text-display-font-family);
|
||||
.icon {
|
||||
width: 20px;
|
||||
margin-right: 3px;
|
||||
height: 90%;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 1%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue