|
10 | 10 | height: 34px !important
|
11 | 11 | padding-left: 2px !important
|
12 | 12 | box-shadow: 2px 0 0 0 HEADER_PANEL_BACKGROUND_COLOR !important
|
13 |
| - z-index: 10 !important |
| 13 | + z-index: 3 !important |
14 | 14 | margin-right: 2px !important
|
15 | 15 |
|
16 | 16 | .lm_splitter
|
17 | 17 | background: LAYOUT_SPLITTER_COLOR !important
|
18 | 18 | opacity: unset !important
|
19 | 19 | transition: opacity 200ms ease !important
|
| 20 | + z-index: 4 !important |
| 21 | + |
| 22 | +.lm_stack |
| 23 | + overflow: hidden !important |
20 | 24 |
|
21 | 25 | .lm_tabs
|
22 | 26 | width: calc(100% - 2px)
|
|
49 | 53 | line-height: 24px !important
|
50 | 54 | // max-width: min(200px, 30%)
|
51 | 55 | overflow: hidden
|
52 |
| - border-top-left-radius: 6px |
53 |
| - border-top-right-radius: 6px |
| 56 | + border-radius: 6px |
54 | 57 | // margin-left: 2px !important
|
55 | 58 | margin-right: 4px !important
|
56 | 59 | margin-bottom: 0px !important
|
|
65 | 68 | .lm_item
|
66 | 69 | background-color: LAYOUT_SPLITTER_COLOR !important
|
67 | 70 | outline: 1px solid LAYOUT_SPLITTER_COLOR !important
|
| 71 | + z-index: 3 !important |
68 | 72 |
|
69 | 73 | .lm_items
|
70 | 74 | transform: translateX(-2px)
|
|
124 | 128 | border-bottom-right-radius: 0px
|
125 | 129 | border-bottom-left-radius: 0px
|
126 | 130 | box-shadow: 0px 8px 0px 0px HEADER_ACTIVE_PANEL_BACKGROUND_COLOR !important
|
| 131 | + overflow: visible !important |
| 132 | + |
| 133 | + &::before |
| 134 | + content: " "; |
| 135 | + pointer-events: none; |
| 136 | + position: absolute; |
| 137 | + display: block; |
| 138 | + height: 80%; |
| 139 | + width: 26px; |
| 140 | + bottom: 0px; |
| 141 | + z-index: 1; |
| 142 | + left: -26px; |
| 143 | + border-radius: 0 0 10px 0; |
| 144 | + opacity: 1; |
| 145 | + box-shadow: 10px 0.34em 0 -4px SECONDARY_BASE |
| 146 | + transform: translate(0px, 4.1px) |
| 147 | + |
| 148 | + &::after |
| 149 | + content: " "; |
| 150 | + pointer-events: none; |
| 151 | + position: absolute; |
| 152 | + display: block; |
| 153 | + height: 80%; |
| 154 | + width: 26px; |
| 155 | + bottom: 0px; |
| 156 | + z-index: 1; |
| 157 | + right: -26px; |
| 158 | + border-radius: 0 0 0 10px; |
| 159 | + opacity: 1; |
| 160 | + box-shadow: -10px 0.34em 0 -4px SECONDARY_BASE |
| 161 | + transform: translate(0px, 4.1px) |
127 | 162 |
|
128 | 163 | .lm_header .lm_active .lm_title
|
129 | 164 | color: HEADER_ACTIVE_PANEL_TEXT_COLOR !important
|
|
0 commit comments