We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22dade commit b9f4008Copy full SHA for b9f4008
src/Tabs.css
@@ -1,3 +1,10 @@
1
+.tab-body {
2
+ flex: none;
3
+ height: calc(100% - 40px);
4
+ width: 100%;
5
+ background-color: #1d1d1d;
6
+}
7
+
8
.tab-header-container {
9
display: flex;
10
flex-direction: row;
@@ -8,6 +15,8 @@
15
height: 40px;
16
width: 100%;
17
background-color: #000;
18
+ flex-shrink: 0;
19
+ margin-top: auto;
11
20
}
12
21
13
22
.tab-control {
@@ -32,17 +41,12 @@
32
41
33
42
cursor: pointer;
34
43
transition: 0.1s background linear;
35
- flex: none;
36
44
37
45
38
46
.tab-header.active {
39
47
background-color: var(--darkgrey);
40
48
-
- .tab-body {
- height: calc(100% - 40px);
- background-color: #1d1d1d;
- }
49
50
51
.tab-button {
52
display: inline-block;
0 commit comments