ShoroukAziz / Beautify-Anki

An Anki addon that attempts to give Anki's deck browser and deck overview pages a material design look.

Home Page:http://beautify-anki.shorouk.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deck box keeps flicking up and down

kuri7 opened this issue · comments

commented

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.

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

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.

I have solved the problem by updating the add-on

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.

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

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