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

feature-1736: Make right sidebar on tracks.html stay on page #2673

Closed
wants to merge 4 commits into from
Closed

feature-1736: Make right sidebar on tracks.html stay on page #2673

wants to merge 4 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 22, 2023

Checklist

Short description of what this resolves:

  • Make right sidebar on tracks.html stay on page

Changes proposed in this pull request:

  • Make right sidebar on tracks.html stay on page

Fixes #1736

top: 0;
overflow-y: auto;
max-height: calc(100vh - 10% - 60px);
margin-top: 60px !important;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!important should not be used

padding-left: 30px;

&.sticky{
position: fixed;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Properties should be ordered margin-top, max-height, overflow-y, position, top

margin-top: 16%;
padding-left: 30px;

&.sticky{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opening curly brace { should be preceded by one space

@@ -2480,3 +2480,21 @@ a.skip:hover {
}
}
}

.track-room-names {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge rule .track-room-names with rule on line 987

@ghost ghost marked this pull request as ready for review August 22, 2023 07:45
@ghost ghost closed this by deleting the head repository Jun 10, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make right sidebar on tracks.html stay on page
2 participants