We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6c5d3 commit 93f4a47Copy full SHA for 93f4a47
src/styles/Extn-TabBar.less
@@ -66,7 +66,7 @@
66
.tab {
67
display: inline-flex;
68
align-items: center;
69
- padding: 0 0.5rem;
+ padding: 0 0.5rem 0 0.85rem;
70
height: 100%;
71
background-color: #2D2D2D;
72
border-right: 1px solid #333;
@@ -143,8 +143,8 @@
143
color: #8D8D8E;
144
font-size: 1.6rem;
145
position: absolute;
146
- left: 0.4rem;
147
- top: 0.3rem;
+ left: 0.75rem;
+ top: 0.25rem;
148
}
149
150
.tab.dirty .tab-icon {
@@ -167,7 +167,7 @@
167
168
.tab:hover .tab-close,
169
.tab.active .tab-close {
170
- visibility: visible;;
+ visibility: visible;
171
opacity: 1;
172
pointer-events: auto;
173
0 commit comments