11: root {
2+ --accent : 250 , 130 , 0 ;
23 --black : 0 , 0 , 0 ;
34 --white : 255 , 255 , 255 ;
45 --shade-01 : 38 , 40 , 49 ;
4445 --form-checkbox-radio-chcked-label : var (--gray-16 );
4546 --form-checkbox-radio-disabled-label : var (--gray-04 );
4647 --form-range-thumb : var (--gray-12 );
47- --accent : 0 , 255 , 0 ;
4848 --root-font-size : 14px ;
4949 --radius : 0.2em ;
5050 --line-width : 0.2em ;
6666 --z-index-modal : 7000 ;
6767 --z-index-menu : 8000 ;
6868 --z-index-auto-suggest-list : 8000 ;
69+ --z-index-edge : 9000 ;
70+ --header-area-width : 100% ;
6971 --header-shade-color : transparent;
7072 --header-shade-opacity : none;
71- --header-height : 0 ;
7273 --header-search-width : 0% ;
7374 --header-shade-padding-top : calc (var (--line-width ) * var (--header-shade-padding-multiplier-top ));
7475 --header-shade-padding-bottom : calc (var (--line-width ) * var (--header-shade-padding-multiplier-bottom ));
7879 --header-border-width-bottom : calc (var (--line-width ) * var (--header-border-width-multiplier-bottom ));
7980 --header-border-width-multiplier-top : 1 ;
8081 --header-border-width-multiplier-bottom : 1 ;
82+ --link-area-width : 100% ;
8183 --background-image : none;
8284 --background-opacity : 1 ;
8385 --background-accent-opacity : 0 ;
8486 --background-blur : 0 ;
85- --layout-width : calc (70vw - var (--layout-width-gutter ));
86- --layout-width-gutter : var (--gutter ) * 8 ;
87- --menu-border-width : 2px ;
88- --menu-border : var (--menu-border-width ) solid rgb (var (--gray-02 ));
87+ --layout-width : 80% ;
88+ --menu-border : calc (var (--line-width ) * 1 ) solid rgb (var (--gray-03 ));
8989 --shadow-small : 0 2px 1px rgba (0 , 0 , 0 , 0.1 ), 0 3px 2px rgba (0 , 0 , 0 , 0.1 );
9090 --shadow-medium : 0 4px 10px rgba (0 , 0 , 0 , 0.1 ), 0 6px 15px rgba (0 , 0 , 0 , 0.1 );
9191 --shadow-large : 0 4px 10px rgba (0 , 0 , 0 , 0.1 ), 0 6px 30px rgba (0 , 0 , 0 , 0.1 );
102102}
103103
104104: root .is-bookmarks-style-block {
105- --link-height : 7em ;
105+ --link-items-width : 20% ;
106+ --link-items-height : 10em ;
106107 --url-height : 20% ;
107108 --edit-height : 30% ;
108109}
109110
110111: root .is-bookmarks-style-list {
111- --link-height : 4em ;
112+ --link-items-width : 20% ;
113+ --link-items-height : 4em ;
112114 --url-height : 30% ;
113115 --edit-height : 50% ;
114116}
117119 : root {
118120 --root-font-size : 16px ;
119121 }
120-
121- : root .is-bookmarks-style-block {
122- --link-height : 9em ;
123- }
124122}
125123
126124::selection {
@@ -140,27 +138,40 @@ body {
140138 font-family : var (--font-regular );
141139 display : flex;
142140 flex-direction : column;
143- height : 100vh ;
141+ justify-content : center;
142+ align-items : center;
143+ min-height : 100vh ;
144144 transition : background-color var (--animation-speed-fast ) ease-in-out;
145145}
146146
147- .is-header-alignment-vertical-top body {
147+ .is-layout-scroll-past-end body {
148+ margin-bottom : 40vh ;
149+ }
150+
151+ .is-layout-alignment-horizontal-left body {
152+ align-items : flex-start;
153+ }
154+
155+ .is-layout-alignment-horizontal-center body {
156+ align-items : center;
157+ }
158+
159+ .is-layout-alignment-horizontal-right body {
160+ align-items : flex-end;
161+ }
162+
163+ .is-layout-alignment-vertical-top body {
148164 justify-content : flex-start;
149165}
150166
151- .is-header -alignment-vertical-center body {
167+ .is-layout -alignment-vertical-center body {
152168 justify-content : center;
153169}
154170
155- .is-header -alignment-vertical-bottom body {
171+ .is-layout -alignment-vertical-bottom body {
156172 justify-content : flex-end;
157173}
158174
159- .is-bookmarks-show-link body {
160- display : inherit;
161- height : inherit;
162- }
163-
164175.is-theme-style-dark {
165176 --gray-01 : var (--shade-01 );
166177 --gray-02 : var (--shade-02 );
0 commit comments