File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Elastic.Markdown/Slices/Layout Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
@inherits RazorSlice <MarkdownLayoutViewModel >
2
- <aside class =" sidebar hidden lg :block max-w-65 md:hidden " >
3
- <nav id =" toc-nav" class =" sidebar-nav h-full" >
2
+ <aside class =" sidebar md :block w-full lg: max-w-65 md:order-2 px-6 md:px-10 lg:px-0 " >
3
+ <nav id =" toc-nav" class =" sidebar-nav lg: h-full flex flex-row-reverse lg:block items-center gap-4 " >
4
4
<div class =" mt-6" >
5
5
<version-dropdown all-versions-url =" @Model.AllVersionsUrl" current-version =' @(Model.CurrentVersion)' items =' @(new HtmlString(Model.VersionDropdownSerializedModel))' />
6
6
</div >
7
- <ul class =" mt-6" >
7
+ <ul class =" mt-6 hidden md:flex items-center lg:block gap-4 " >
8
8
@if (Model .GithubEditUrl is not null )
9
9
{
10
10
<li class =" edit-this-page lg:not-first:mt-1" >
You can’t perform that action at this time.
0 commit comments