Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add theme: floating side bar #843

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add theme: floating side bar #843

wants to merge 1 commit into from

Conversation

mauro-balades
Copy link
Member

Add theme: floating side bar

This PR adds a new theme to the theme library.

Theme Details

@mauro-balades mauro-balades added the staged Theme still needs some changes label Dec 5, 2024
@github-actions github-actions bot mentioned this pull request Dec 5, 2024
1 task
@princess-wawa
Copy link

For it to currently work on twilight, the lines 37-44 have to be changed from

#sidebar-box[positionend="true"]{
 right: 0.6vw !important;
 left: unset !important;
}
#sidebar-box:not([positionend="true"]){
  right: unset !important;
  left: 0.6vw !important;
}

to

#sidebar-box[positionend=""]{
 right: 0.6vw !important;
 left: unset !important;
}
#sidebar-box:not([positionend=""]){
  right: unset !important;
  left: 0.6vw !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
staged Theme still needs some changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants