Skip to content

Commit e59990b

Browse files
committed
Make url bar wider
1 parent e50cbb5 commit e59990b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/pages/BoostHubTeamsShowPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ const Container = styled.div`
135135
.toolbar {
136136
height: 40px;
137137
flex-shrink: 0;
138-
height: px;
139138
-webkit-app-region: drag;
140139
display: flex;
141140
align-items: center;
142141
${borderBottom}
143142
justify-content: center;
144143
.url {
145-
width: 300px;
144+
width: 100%;
145+
max-width: 450px;
146146
${border}
147147
height: 24px;
148148
padding: 0 5px;

0 commit comments

Comments
 (0)