1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

Fixed panel appearance on some websites

Fixed pane opening on extension webstores pages
This commit is contained in:
Michael Gordeev
2020-03-27 19:29:58 +03:00
parent fd5829defe
commit d2e1b1704d
3 changed files with 8 additions and 2 deletions
+4
View File
@@ -9,6 +9,7 @@
left: 0 !important;
transition: .2s !important;
opacity: 0;
color: black !important;
}
.tabsAside.pane
@@ -122,8 +123,11 @@
.tabsAside.pane > section > h2
{
color: inherit !important;
margin: 0px 40px !important;
font-weight: normal !important;
font-size: 1.5em !important;
line-height: normal !important;
}
/* Collection header */