File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed
Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -357,17 +357,11 @@ div[class^="sidebar_"] .menu__link.menu__link--active {
357357}
358358
359359/* Search */
360- .DocSearch-Button {
361- height : 36px ;
362- font-size : 0.875rem ;
363- border-radius : 12px ;
364- }
365- .navbar__inner {
366- padding-left : 24px ;
367- padding-right : 24px ;
368- }
369- .navbar__item : hover {
370- background-color : rgba (255 , 145 , 77 , 0.08 );
360+ .navbar__items--right {
361+ @apply justify-end ml-auto flex-row-reverse;
362+ gap : 13px ;
363+ align-items : center;
364+ padding : 9px 0 ;
371365}
372366
373367.button .button--secondary .button--outline : not (.button--active ): not (: hover ) {
@@ -879,6 +873,4 @@ textarea {
879873
880874.theme-back-to-top-button : hover {
881875 background-color : # e67643 !important ;
882- }
883-
884-
876+ }
You can’t perform that action at this time.
0 commit comments