docs: smaller snapshot so it doesnt crash (#3768)
+ drive by fix for css cleanup ### Change Type <!-- ❗ Please select a 'Scope' label ❗️ --> - [ ] `sdk` — Changes the tldraw SDK - [ ] `dotcom` — Changes the tldraw.com web app - [x] `docs` — Changes to the documentation, examples, or templates. - [ ] `vs code` — Changes to the vscode plugin - [ ] `internal` — Does not affect user-facing stuff <!-- ❗ Please select a 'Type' label ❗️ --> - [x] `bugfix` — Bug fix - [ ] `feature` — New feature - [ ] `improvement` — Improving existing features - [ ] `chore` — Updating dependencies, other boring stuff - [ ] `galaxy brain` — Architectural changes - [ ] `tests` — Changes to any test code - [ ] `tools` — Changes to infrastructure, CI, internal scripts, debugging tools, etc. - [ ] `dunno` — I don't know
This commit is contained in:
parent
b4c1f606e1
commit
9bf25c10b8
2 changed files with 176 additions and 36883 deletions
File diff suppressed because one or more lines are too long
|
@ -87,7 +87,7 @@ html,
|
|||
margin: 8px;
|
||||
padding: 8px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid #e8e8e8;
|
||||
border: 1px solid var(--gray-dark);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
@ -238,7 +238,7 @@ li.examples__sidebar__item {
|
|||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
padding: 8px;
|
||||
border-top: 1px solid #e8e8e8;
|
||||
border-top: 1px solid var(--gray-dark);
|
||||
}
|
||||
|
||||
.example__sidebar__header-link,
|
||||
|
@ -263,9 +263,9 @@ a.example__sidebar__header-link {
|
|||
}
|
||||
|
||||
.example__sidebar__footer-link--grey {
|
||||
background-color: #f5f5f5;
|
||||
background-color: var(--gray-light);
|
||||
color: black;
|
||||
border: 1px solid #e8e8e8;
|
||||
border: 1px solid var(--gray-dark);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
@ -410,9 +410,9 @@ a.example__sidebar__header-link {
|
|||
justify-content: center;
|
||||
text-decoration: none;
|
||||
gap: 8px;
|
||||
background-color: #f5f5f5;
|
||||
background-color: var(--gray-light);
|
||||
color: black;
|
||||
border: 1px solid #e8e8e8;
|
||||
border: 1px solid var(--gray-dark);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue