Update firefox css

This commit is contained in:
rydesun 2023-08-05 21:56:31 +08:00
parent aacc2105bf
commit 20e4799190

View file

@ -4,4 +4,8 @@
#root .Tab .close {
transition: opacity 200ms ease-in;
}
#root .PinnedTab .close {
display: none !important;
}
}