File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 44 height : 100vh ;
55 --header-height : min-content;
66 --app-bar-width : 53px ;
7- grid-template-rows : min-content var (--header-height ) auto;
7+ grid-template-rows : var (--header-height ) auto;
88 grid-template-columns : var (--app-bar-width ) auto;
9- grid-template-areas : "banner banner" "header header" "app-bar content" ;
10-
11- .banner {
12- grid-area : banner;
13- background : var (--stratakit-color-bg-elevation-overlay );
14- padding : var (--stratakit-space-x2 );
15- text-align : center;
16-
17- a {
18- color : var (--stratakit-color-text-accent-base );
19- }
20- }
9+ grid-template-areas : "header header" "app-bar content" ;
2110
2211 --highlight-color-bg : var (--stratakit-color-bg-accent-muted );
2312 --highlight-color-bg-hover : color-mix (
Original file line number Diff line number Diff line change @@ -487,14 +487,6 @@ function App() {
487487 colorScheme = { settings . theme }
488488 synchronizeColorScheme
489489 >
490- < div className = "banner" >
491- < Anchor
492- href = "https://cesium.com/downloads/cesiumjs/releases/1.134/Apps/Sandcastle/index.html"
493- tone = "accent"
494- >
495- Looking for the old Sandcastle? It's still here (for a little while) →
496- </ Anchor >
497- </ div >
498490 < header className = "header" >
499491 < a className = "logo" href = { getBaseUrl ( ) } >
500492 < img
You can’t perform that action at this time.
0 commit comments