Compare commits
No commits in common. "c1cc45403a28e8309aff1d8c8de0de717fef308e" and "3c8963daf8ff924d92525d1b15db5cc910395f00" have entirely different histories.
c1cc45403a
...
3c8963daf8
@ -28,25 +28,15 @@
|
|||||||
|
|
||||||
.tools-list { display: flex; flex-direction: column; }
|
.tools-list { display: flex; flex-direction: column; }
|
||||||
|
|
||||||
/* Recessed dark pocket wrapping the tool rows — same idiom as
|
|
||||||
.services-rows on the Services tab and .tasks-container on the Tasks
|
|
||||||
tab so the three app-page tabs share one visual language. */
|
|
||||||
.tools-rows {
|
.tools-rows {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.6rem;
|
gap: 0.6rem;
|
||||||
padding: 16px;
|
padding: 1rem 1.25rem 2rem;
|
||||||
margin: 16px;
|
|
||||||
background: rgba(var(--bg-rgb), 0.2);
|
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tools-cat-pane { display: none; }
|
.tools-cat-pane { display: none; }
|
||||||
.tools-cat-pane.active { display: flex; }
|
.tools-cat-pane.active { display: flex; }
|
||||||
/* When the multi-category tab bar is present, the pane recedes directly
|
|
||||||
below it — drop the top margin so the pocket sits flush with the tabs. */
|
|
||||||
.tools-tab-bar + .tools-cat-pane,
|
|
||||||
.tools-tab-bar ~ .tools-cat-pane { margin-top: 0; }
|
|
||||||
|
|
||||||
.tools-tab-bar {
|
.tools-tab-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user