mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 09:49:13 +00:00
feat(web): improve irc view (#989)
* inherit font-size * inherit cursor-pointer and bubble click event * improve react keys using ids instead of array position * fix scrollbar corner not being transparent * change irc view height calculation --------- Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
This commit is contained in:
parent
a5e05284d0
commit
8d20d2cf39
2 changed files with 60 additions and 44 deletions
|
@ -125,6 +125,9 @@ code {
|
|||
|
||||
/* Style scrollbars for webkit enabled browsers i.e. Chrome, Edge, and Safari */
|
||||
@layer base {
|
||||
*::-webkit-scrollbar-corner {
|
||||
background-color: transparent;
|
||||
}
|
||||
*::-webkit-scrollbar {
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue