ShoroukAziz / Beautify-Anki

An Anki addon that attempts to give Anki's deck browser and deck overview pages a material design look.
http://beautify-anki.shorouk.dev/
GNU Affero General Public License v3.0
149 stars 14 forks source link

Deck box keeps flicking up and down #48

Open kuri7 opened 3 years ago

kuri7 commented 3 years ago

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

https://user-images.githubusercontent.com/39864571/103169371-469e9380-483b-11eb-9d3c-f3eb999b3f06.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 commented 3 years ago

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

sschick1701 commented 3 years ago

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 commented 3 years ago

I have solved the problem by updating the add-on

ItsCheif commented 3 years ago

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 commented 3 years ago

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 commented 2 years ago

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