mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fix button cutoff CSS bug
Before:  After: 
This commit is contained in:
parent
7884871962
commit
a90dc4eb50
1 changed files with 1 additions and 1 deletions
|
@ -3511,7 +3511,7 @@ background: transparent;
|
|||
overflow: hidden;
|
||||
}
|
||||
.NB-feed-taskbar .NB-task-button {
|
||||
padding: 7px 8px;
|
||||
padding: 7px;
|
||||
cursor: pointer;
|
||||
opacity: .9;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue