Skip to content

Commit 93f4a47

Browse files
devvaannshabose
authored andcommitted
chore: improve styling
1 parent 8a6c5d3 commit 93f4a47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/styles/Extn-TabBar.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
.tab {
6767
display: inline-flex;
6868
align-items: center;
69-
padding: 0 0.5rem;
69+
padding: 0 0.5rem 0 0.85rem;
7070
height: 100%;
7171
background-color: #2D2D2D;
7272
border-right: 1px solid #333;
@@ -143,8 +143,8 @@
143143
color: #8D8D8E;
144144
font-size: 1.6rem;
145145
position: absolute;
146-
left: 0.4rem;
147-
top: 0.3rem;
146+
left: 0.75rem;
147+
top: 0.25rem;
148148
}
149149

150150
.tab.dirty .tab-icon {
@@ -167,7 +167,7 @@
167167

168168
.tab:hover .tab-close,
169169
.tab.active .tab-close {
170-
visibility: visible;;
170+
visibility: visible;
171171
opacity: 1;
172172
pointer-events: auto;
173173
}

0 commit comments

Comments
 (0)