Skip to content

Commit

Permalink
Remove some empty space from tab elements
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroErrors committed Feb 2, 2024
1 parent 6b6cfcb commit d6f8560
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/cfg/flecs-snippet-tabs.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.flecs-snippet-tabs > ul {
padding-inline-start: 0px;
margin: 0;
padding: var(--spacing-small) 0;
padding: 0;
}

.flecs-snippet-tabs-tab {
Expand All @@ -12,6 +12,14 @@
display: block;
}

.flecs-snippet-tabs-tab p.startli:first-child {
display: none;
}

.flecs-snippet-tabs-tab .doxygen-awesome-fragment-wrapper:first-of-type .fragment {
margin-top: 0;
}

.flecs-snippet-tabs-overview-container {
overflow-x: auto;
display: block;
Expand Down

0 comments on commit d6f8560

Please sign in to comment.