Skip to content

Commit 624d16e

Browse files
committed
don't hide the blocked tab url in popup
1 parent 6cd13fd commit 624d16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popup/popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ body {
126126
.blocked .if-not-blocked,
127127
.blocked #installed:empty,
128128
.blocked #installed > :not(.frame),
129-
.blocked [data-frame-id="0"] > .breadcrumbs:not(:only-child),
130129
.firefox .chromium-only {
131130
display: none !important;
132131
}
@@ -639,6 +638,7 @@ a:hover i {
639638
max-width: 100%;
640639
padding: $padToEntryH $pad;
641640
box-sizing: border-box;
641+
overflow: hidden;
642642
display: flex;
643643
flex: 1;
644644
.icon {

0 commit comments

Comments
 (0)