Skip to content

Deck box keeps flicking up and down #48

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

Open
kuri7 opened this issue Dec 27, 2020 · 6 comments
Open

Deck box keeps flicking up and down #48

kuri7 opened this issue Dec 27, 2020 · 6 comments

Comments

@kuri7
Copy link

kuri7 commented Dec 27, 2020

Hello, I am on Anki version 2.1.35 and the following bug is occuring. The box containing the decks keeps flicking up and down.
flicker

flicker.mp4

I have tried with and without night theme but it doesn't change anything. I don't think it should conflict with any other add-on I have.

@Anthia101
Copy link

I'm having the same issue :(. When I open the full anking deck it slows down a little bit.

@sschick1701
Copy link

I also have been having the same problem. The more subdecks that are open, the worse the flickering. Have disabled all other addons, but have the same issue. Please advise.

@DR-3araby
Copy link

I have solved the problem by updating the add-on

@ItsCheif
Copy link

ItsCheif commented Aug 6, 2021

I have the same problem on Anki 2.1.35. Currently using the plugin on the version uploaded on 21 Aug 2020. There's no newer version than that so I can't update.

@ItsCheif
Copy link

ItsCheif commented Aug 6, 2021

Ok, I got a fix.

  1. Go into C:\Users\ \AppData\Roaming\Anki2\addons21\Beautify-Anki-master\user_files\assets\css

  2. Open deckbrowser.css

  3. find the following: (should be near the top)
    .deck-row{
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 50px;
    margin-bottom: 0;
    border-bottom: 1px solid #8d8d8d;

  4. Change "min-height: 50px" to "min-height: 100px"

  5. Restart Anki

@Andrew1843
Copy link

Thank you @ItsCheif for the solution, works like a charm now!!

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

6 participants