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

[Issue] the chat-gpt assistant side bar looks wayy too enlarged after i updated my system today. #226

Closed
notLonelySoul opened this issue Feb 1, 2024 · 8 comments

Comments

@notLonelySoul
Copy link

notLonelySoul commented Feb 1, 2024

  • I have read the instructions

The issue

  • Linux distro: Endeavour OS
  • The left sidebar ui is suddenly way too zoomed in after i updated my system today.

This is how it looks

@end-4
Copy link
Owner

end-4 commented Feb 1, 2024

hit Ctrl+Super+R to reload
Either your machine is really slow or you got extremely unlucky today

@notLonelySoul
Copy link
Author

😭😭😭😭
I hit Ctrl+Super+R and AGS did reload but it still remains the same 😭

@Iridule
Copy link

Iridule commented Feb 1, 2024

i had the same issue this fixed it
gsettings set org.gnome.desktop.interface font-name 'Rubik 9'

@notLonelySoul
Copy link
Author

notLonelySoul commented Feb 2, 2024

For me it still remains the same. All u did was change the gnome font, how will that affect the large size of the buttons?

I just saw that its the buttons that are way too enlarged. Could you please tell me the file to config so i can try to find and fix it ?

@Iridule
Copy link

Iridule commented Feb 2, 2024

for me that fixed my entire setup. not sure maybe @clsty can help?

@clsty
Copy link
Collaborator

clsty commented Feb 2, 2024

Sorry but I have no idea.
I only know that my setup (downstream of this repo) works just fine on my computer.

I just saw that its the buttons that are way too enlarged. Could you please tell me the file to config so i can try to find and fix it ?

It might not be a config problem... This seems like its css (which defines the size and locations of elements) is not working at all.
The css file is probably .config/ags/scss/_sidebars.scss if you're interested.
And the part that controls that logo is probably:

.sidebar-chat-welcome-logo {
    @include full-rounding;
    @include element_decel;
    min-height: 4.773rem;
    min-width: 4.773rem;
    @include icon-material;
    font-size: 2.727rem;
    background-color: $onBackground;
    color: $background;
}

But I guess it won't help because this file itself seems fine and the problem may just be it's not applied for some reason.

@notLonelySoul maybe you can run:

pkill ags;ags

And paste the output with format as follows (because it's very long):

<details>

<summary>Click to expand</summary>

**Paste the output here**

</details>

So that we may find out what's going on.

@notLonelySoul
Copy link
Author

@notLonelySoul maybe you can run:
pkill ags;ags

This is the output that i get:
Output

@notLonelySoul
Copy link
Author

I fixed it by following this fix posted here. #225. Thank you guys.

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

4 participants