Skip to content

Commit

Permalink
Don't apply tab preview panel specific styles globally
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Dec 7, 2024
1 parent 9cd0ac2 commit e0247ca
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions webextensions/resources/module/tab-preview-frame.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,16 +231,20 @@ try{
min-height: ${BASE_PANEL_HEIGHT}px;
}
.blank,
.hidden {
.tab-preview-panel.blank,
.tab-preview-panel .blank,
.tab-preview-panel.hidden,
.tab-preview-panel .hidden {
display: none;
}
.loading {
.tab-preview-panel.loading,
.tab-preview-panel .loading {
opacity: 0;
}
.updating {
.tab-preview-panel.updating,
.tab-preview-panel .updating {
visibility: hidden;
}
Expand Down

0 comments on commit e0247ca

Please sign in to comment.