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 4318fdf commit 6747336Copy full SHA for 6747336
1 file changed
src/styles/Extn-SidebarTabs.less
@@ -22,9 +22,8 @@
22
23
#navTabBar {
24
display: none;
25
- align-items: center;
+ align-items: stretch;
26
gap: 2px;
27
- width: fit-content;
28
margin: 0.5rem 0.5rem 0.4rem;
29
padding: 3px;
30
background-color: rgba(0, 0, 0, 0.3);
@@ -33,13 +32,15 @@
33
32
user-select: none;
34
35
&.has-tabs {
36
- display: inline-flex;
+ display: flex;
37
}
38
39
40
.sidebar-tab {
41
display: inline-flex;
42
align-items: center;
+ justify-content: center;
43
+ flex: 1 1 0;
44
gap: 0.4rem;
45
padding: 0.25rem 0.75rem;
46
cursor: pointer;
0 commit comments