File tree Expand file tree Collapse file tree 15 files changed +882
-1039
lines changed Expand file tree Collapse file tree 15 files changed +882
-1039
lines changed Original file line number Diff line number Diff line change 1
- <ul class =" docs-list-reset docs- mb-6" >
1
+ <ul class =" docs-mb-6" >
2
2
{{ #each-in toggles as |key toggle |}}
3
3
{{ #if (not-eq toggle undefined )}}
4
4
<li class =" docs-inline docs-ml-4" >
Original file line number Diff line number Diff line change 1
1
<div class =" docs-relative docs-text-grey-darkest" data-search-box>
2
- {{ svg-jar " search" width =12 height =12 class =" docs-absolute docs-pin-t docs-h-full docs-ml-1" }}
2
+ {{ svg-jar " search" width =12 height =12 class =" docs-absolute docs-top-0 docs-h-full docs-ml-1" }}
3
3
4
4
{{!--
5
5
This is a dumb input - so why not use the {{input}} helper? Because apparently
Original file line number Diff line number Diff line change 7
7
targetAttachment =" bottom left"
8
8
constraints = (array (hash to =" window" attachment =" together" pin =true ))}}
9
9
10
- <ul class =" docs-w-76 docs-bg-white docs-shadow-md docs-list-reset " data-test-search-result-list>
10
+ <ul class =" docs-w-76 docs-bg-white docs-shadow-md" data-test-search-result-list>
11
11
{{ #each (take 5 searchResults ) as |result index |}}
12
12
<li >
13
13
{{ docs-header/search-result
Original file line number Diff line number Diff line change 4
4
clickOutsideToClose =true
5
5
onClose = (action on-close )
6
6
targetAttachment =" bottom right" }}
7
- <ul class =" docs-list-reset docs- mt-2 docs-bg-white docs-shadow-md docs-text-xs docs-rounded docs-z-10" >
7
+ <ul class =" docs-mt-2 docs-bg-white docs-shadow-md docs-text-xs docs-rounded docs-z-10" >
8
8
{{ #each sortedVersions as |version |}}
9
9
<li data-test-id =" version" >
10
10
<a {{ action " changeVersion" version }} href =" #"
Original file line number Diff line number Diff line change 19
19
clipboardText =snippetText
20
20
title =" copy to clipboard"
21
21
class ="
22
- docs-absolute docs-pin-t docs-pin-r docs-bg-transparent hover:docs-bg-transparent
22
+ docs-absolute docs-top-0 docs-right-0 docs-bg-transparent hover:docs-bg-transparent
23
23
docs-border-none docs-opacity-50 hover:docs-opacity-100 docs-p-3 docs-text-white
24
24
"
25
25
}}
Original file line number Diff line number Diff line change 1
1
<nav class =" AddonDocs-DocsViewer-CurrentPageIndex docs-hidden xl:docs-block docs-flex-no-shrink docs-mr-auto" data-test-current-page-index>
2
- <div class =" docs-sticky docs-pin-t docs-pt-4 docs-pb-8 docs-pr-8 docs-max-h-screen docs-overflow-y-scroll" >
3
- <ul class =" docs-list-reset docs- border-l docs-border-grey-lighter docs-pl-6 docs-leading-normal" >
2
+ <div class =" docs-sticky docs-top-0 docs-pt-4 docs-pb-8 docs-pr-8 docs-max-h-screen docs-overflow-y-scroll" >
3
+ <ul class =" docs-border-l docs-border-grey-lighter docs-pl-6 docs-leading-normal" >
4
4
{{ #if pageIndex.length }}
5
5
<li class =" docs-mt-12 docs-text-grey docs-font-bold docs-tracking-wide docs-uppercase docs-text-xxs" >
6
6
On This Page
Original file line number Diff line number Diff line change 1
- import { hbs } from 'ember-cli-htmlbars' ;
2
1
import Component from '@ember/component' ;
2
+ import { hbs } from 'ember-cli-htmlbars' ;
3
3
4
4
export default Component . extend ( {
5
5
tagName : 'ul' ,
6
6
7
- classNames : [ 'docs-list-reset' ] ,
8
-
9
7
layout : hbs `
10
8
{{yield (hash
11
9
item=(component 'docs-viewer/x-nav-item')
Original file line number Diff line number Diff line change 10
10
<div class =" AddonDocs-DocsViewer-Nav docs-bg-grey-lightest docs-border-r docs-flex-no-shrink" >
11
11
<nav onclick ={{ action (mut isShowingMenu ) false }}
12
12
class ="
13
- docs-absolute docs-pin-r md:docs-relative docs-shadow-lg md:docs-shadow-none docs-mr-2 md:docs-mr-0 md:docs-pl-2
14
- docs-max-w-xs docs-w-90% md:docs-w-72 docs-z-10 docs-transition md:docs-sticky md:docs-pin-t
13
+ docs-absolute docs-right-0 md:docs-relative docs-shadow-lg md:docs-shadow-none docs-mr-2 md:docs-mr-0 md:docs-pl-2
14
+ docs-max-w-xs docs-w-90% md:docs-w-72 docs-z-10 docs-transition md:docs-sticky md:docs-top-0
15
15
{{ if media.isMobile
16
16
(if isShowingMenu " docs-opacity-100 docs-bg-white" " docs-opacity-0 docs-pointer-events-none" )
17
17
}}
Original file line number Diff line number Diff line change 1
1
// Global settings
2
2
$site-container : 1400px ;
3
3
4
- @tailwind preflight ;
4
+ @tailwind base ;
5
5
@tailwind components;
6
6
@tailwind utilities;
7
7
Original file line number Diff line number Diff line change 1
1
.docs-container {
2
2
@apply docs-px-4 docs-max-w-site-container docs-mx-auto ;
3
3
}
4
- @media (min-width : config (' screens.md' )) {
4
+ @media (min-width : theme (' screens.md' )) {
5
5
.docs-container {
6
6
@apply docs-px- 6;
7
7
}
You can’t perform that action at this time.
0 commit comments