Defect #44445 » 0001-Remove-the-gaps-above-and-below-the-selected-main-me.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 214 | 214 |
inset-inline-start: 0; |
| 215 | 215 |
inset-inline-end: 0; |
| 216 | 216 |
margin-inline-end: 0; |
| 217 |
padding-block: 2px;
|
|
| 217 |
padding-block: 0;
|
|
| 218 | 218 |
padding-inline: 20px; |
| 219 | 219 |
inline-size: auto; |
| 220 | 220 |
background: var(--oc-indigo-0); |
| ... | ... | |
| 223 | 223 |
margin: 0; |
| 224 | 224 |
padding: 0; |
| 225 | 225 |
inline-size: 100%; |
| 226 |
min-block-size: 28px;
|
|
| 226 |
min-block-size: 32px;
|
|
| 227 | 227 |
white-space: nowrap; |
| 228 | 228 |
display: flex; |
| 229 | 229 |
align-items: center; |
| ... | ... | |
| 243 | 243 |
text-decoration: none; |
| 244 | 244 |
font-size: 0.8125rem; |
| 245 | 245 |
margin: 0; |
| 246 |
padding-block: 7px 5px; |
|
| 246 |
/* 9px + 16px line-height + 7px = 32px, the same as the `#main-menu ul` height, so the tab fills the bar and touches the content area */ |
|
| 247 |
padding-block: 9px 7px; |
|
| 247 | 248 |
padding-inline: 11px; |
| 248 | 249 |
background-color: transparent; |
| 249 | 250 |
font-weight: normal; |
| 250 |
line-height: 1.2;
|
|
| 251 |
line-height: 16px;
|
|
| 251 | 252 |
transition: background-color 0.18s ease, color 0.18s ease; |
| 252 | 253 |
} |
| 253 | 254 |
#main-menu li a:hover {
|