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

Hide list panel from nav bar in mobile layout #19337

Merged
merged 1 commit into from
Oct 10, 2022
Merged

Hide list panel from nav bar in mobile layout #19337

merged 1 commit into from
Oct 10, 2022

Conversation

ykzts
Copy link
Sponsor Member

@ykzts ykzts commented Oct 10, 2022

The list panel is indistinguishable from the nav bar, which is lined with icons in the mobile UI. The list panel should be omitted from the nav bar since there is already a link that takes the user to the list page.

Copy link
Member

@Gargron Gargron left a comment

Choose a reason for hiding this comment

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

I approve of the idea

@@ -2755,7 +2759,7 @@ $ui-header-height: 55px;

.column-actions {
display: flex;
align-items: start;
align-items: flex-start;
Copy link
Sponsor Member Author

Choose a reason for hiding this comment

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

WARNING in ./app/javascript/styles/application.scss (./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/src??ref--6-2!./node_modules/sass-loader/dist/cjs.js??ref--6-3!./app/javascript/styles/application.scss)
    Module Warning (from ./node_modules/postcss-loader/src/index.js):
    Warning
    
    (5891:3) start value has mixed support, consider using flex-start instead

@Gargron Gargron merged commit d787343 into main Oct 10, 2022
@Gargron Gargron deleted the hide-list-panel branch October 10, 2022 19:41
kadoshita pushed a commit to kadoshita/mastodon that referenced this pull request Nov 19, 2022
nametoolong pushed a commit to nametoolong/nuage that referenced this pull request Nov 20, 2022
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.

None yet

2 participants