SuspenseTab.css — react Source File
Architecture documentation for SuspenseTab.css, a css file in the react codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 8868485d_cce3_7e60_d365_1fa69b485f2f["SuspenseTab.css"] 3249b7c1_ae10_2672_10ce_a66fd0ee6f60["SuspenseTab.js"] 3249b7c1_ae10_2672_10ce_a66fd0ee6f60 --> 8868485d_cce3_7e60_d365_1fa69b485f2f style 8868485d_cce3_7e60_d365_1fa69b485f2f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
.SuspenseTab {
position: relative;
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
background-color: var(--color-background);
color: var(--color-text);
font-family: var(--font-family-sans);
}
.SuspenseTab, .SuspenseTab * {
box-sizing: border-box;
-webkit-font-smoothing: var(--font-smoothing);
}
.VRule {
height: 20px;
width: 1px;
flex: 0 0 1px;
margin: 0 0.5rem;
background-color: var(--color-border);
}
.TreeWrapper {
border-top: 1px solid var(--color-border);
flex: 1 1 65%;
display: flex;
flex-direction: row;
height: 100%;
overflow: auto;
}
.InspectedElementWrapper {
flex: 0 0 calc(100% - var(--horizontal-resize-tree-percentage));
overflow-x: hidden;
overflow-y: auto;
border-left: 1px solid var(--color-border);
}
.ResizeBarWrapper {
flex: 0 0 0px;
position: relative;
}
.ResizeBar {
position: absolute;
/*
* moving the bar out of its bounding box might cause its hitbox to overlap
* with another scrollbar creating disorienting UX where you both resize and scroll
* at the same time.
* If you adjust this value, double check that starting resize right on this edge
* doesn't also cause scroll
*/
left: 1px;
width: 5px;
height: 100%;
cursor: ew-resize;
}
// ... (78 more lines)
Domain
Source
Frequently Asked Questions
What does SuspenseTab.css do?
SuspenseTab.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import SuspenseTab.css?
SuspenseTab.css is imported by 1 file(s): SuspenseTab.js.
Where is SuspenseTab.css in the architecture?
SuspenseTab.css is located at packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseTab.css (domain: BabelCompiler, directory: packages/react-devtools-shared/src/devtools/views/SuspenseTab).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free