Skip to content

Commit

Permalink
Position reload icon in logger as per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Aug 22, 2023
1 parent 3c7f35e commit eccfd3b
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/css/logger-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,10 @@ body[dir="rtl"] .closeButton {
}

.netFilteringDialog > .headers {
align-items: center;
border-bottom: 1px solid var(--border-4);
display: flex;
line-height: 2;
position: relative;
}
.netFilteringDialog > .headers > .header {
border: 1px solid var(--border-2);
Expand All @@ -590,9 +591,9 @@ body[dir="rtl"] .closeButton {
color: var(--border-2);
cursor: pointer;
display: inline-block;
margin-inline-end: 4px;
padding: 0 1em;
position: relative;
text-align: center;
top: 1px;
}
.netFilteringDialog[data-pane="details"] > .headers > [data-pane="details"],
Expand All @@ -607,13 +608,7 @@ body[dir="rtl"] .closeButton {
bottom: 0;
display: flex;
height: 100%;
position: absolute;
}
body[dir="ltr"] .netFilteringDialog > .headers > .tools {
right: 0;
}
body[dir="rtl"] .netFilteringDialog > .headers > .tools {
left: 0;
margin-inline-start: 2rem;
}
.netFilteringDialog > .headers > .tools > span {
color: var(--ink-3);
Expand Down

0 comments on commit eccfd3b

Please sign in to comment.