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

change .shrink's border to 0px #1333

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

Conversation

magicalfeyfenny
Copy link

In panel mode + shrunken padding mode + custom theme mode, the panel does not cover the corner pixel on one side due to the border being 1px. An example of this bug is here: https://queer.af/@fenny/105063613088716362

I don't know if this is an issue outside of Pop_OS! 20.04

In panel mode + shrunken padding mode + custom theme mode, the panel does not cover the corner pixel on one side due to the border being 1px. An example of this bug is here: https://queer.af/@fenny/105063613088716362

I don't know if this is an issue outside of Pop_OS! 20.04.
@micheleg
Copy link
Owner

The built-in theme customization are mostrly based on the default Gnome Shell theme, which has a border. Trying to account for all possible situation wouldbe a be impossible. Would removing the border rule fix the problem for you? That should achieve the desired effect both with the default theme (have a borders) and custom ones (keep the existing border-width)

@@ -1,7 +1,7 @@
/* Shrink the dash by reducing padding */
#dashtodockContainer.shrink #dash,
#dashtodockContainer.dashtodock #dash {
border:1px;
border:0px;
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
border:0px;

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