Skip to content

Commit feaf44c

Browse files
committed
fix: navbar layout on Windows
1 parent 9e852ec commit feaf44c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

web/navigation-bar/app.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ body {
5353
text-overflow: ellipsis;
5454
white-space: nowrap;
5555
max-width: calc(100% - 42px);
56+
height: inherit;
57+
line-height: var(--font-size);
5658
}
5759

5860
#permissions {
5961
width: 13px;
60-
height: 13px;
6162
margin-right: -4px;
6263
}
6364

6465
#copy-link {
6566
width: 13px;
66-
height: 13px;
6767
margin-left: -4px;
6868
}
6969

@@ -124,6 +124,7 @@ span {
124124
justify-content: center;
125125
gap: var(--spacing);
126126
overflow: hidden;
127+
height: 16px;
127128
}
128129

129130
.divider {

0 commit comments

Comments
 (0)