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

Nemo missing Tabs in File > Properties Context Modal #141

Open
duracell80 opened this issue Jan 31, 2023 · 1 comment
Open

Nemo missing Tabs in File > Properties Context Modal #141

duracell80 opened this issue Jan 31, 2023 · 1 comment

Comments

@duracell80
Copy link

Looks to be when I use the fluent GTK themes that in Linux Mint in the nemo file manager the tabs that should be above the content in the file properties modal are missing.

  • To reproduce use any other theme in Linux Mint 21.1 for the "applications" (this is the GTK selection).
  • Right click a file or folder in nemo, can see tabs at the top of the modal popup that appears
  • Now switch to fluent rounded light built with the default options.
  • Do the same right click to get to file properties, tab buttons either hidden, pushed overflow or same color as background, non clickable

I will attempt to look into this myself also but putting it out there as a potential issue.

Thanks for providing such a great theme, it's freakin awesome!

@duracell80
Copy link
Author

duracell80 commented Feb 4, 2023

Commenting out the min-width on the stackswitcher seems to resolve for me and the tab button come back into view when right clicking a folder in nemo and selecting properties.

stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button {
  min-width: 100px;
}

stackswitcher button.text-button {
  min-width: 100px;
}

This also works for overriding

stackswitcher button.text-button, stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button{
  min-width: unset;
}

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

No branches or pull requests

1 participant