When the UI is in minimalist mode and dark mode it seems that tr.deck td has a color added border-bottom: 1px solid var(--border-subtle);. Maybe need to disable this color or make minimalist mode + dark mode unsupported.
Okay then Iāll check and take care of it. Thank you!
Excuse my ignorance, but I would like to know what the purpose of the remaining widget is?.
Hello, how are you?
Iāve been using this add-on for few months now and I really love it. It made me switch from mobile to computer app just for the beauty of it.
I hope you donāt mind me asking here, as maybe people already addressed this issue. But I tried the suggested fixes and as much as Iām quite happy to have finally a black bottom bar instead of a white one, Iām still not sure about how to add space under it. Thank you for answering everyoneās concerns btw, it helped me make some changes.
Anyway, I may be a bit too nitpicking but Iād love to add a small space under the bottom buttons. Iām not sure how to proceed, and I did update my add-on and it didnāt really fix the white bar and the space. I manually changed the color but Iām still clueless on how to add a bottom margin.
I appreciate your help, thank you in advance.

Hey!
In the file:
āuser_files\assets\css\reviewer_bottom.cssā
add this:
td[align=ācenterā]{
padding: 10px !important;
}
Hi, I wanted to fix this now but I canāt reproduce the problem. Can you share which version of Anki and with which settings the problem occurs?
Thank you so much for your answer.
I added the CSS as suggested but sadly it didnāt make any change to the review screen ![]()
There are two files with the same name. Did you check that you added the correct one?
These are the files I see in the folder:
ā¦\1116770498\user_files\assets\css
I added it into the selected one.
body {
font-size: 12px !important;
}
tr {
border-bottom: 0;
}
td[align="ācenterā"] {
padding: 10px !important;
}
#defease {
background-color: #4caf50 !important;
}
button[onclick*="ease1"]:not(#defease) {
background-color: #b71c1c !important;
}
button[onclick*="ease2"]:not(#defease) {
background-color: #ff6f00 !important;
}
button[onclick*="ease3"]:not(#defease),
button[onclick*="ease4"]:not(#defease) {
background-color: #1976d2 !important;
}
body.nightMode {
background: #2f2f31;
}
.nightMode a {
color: white;
}
Dont worry . the problem was When the UI is in minimalist mode and dark mode it seems that tr.deck td has a color added border-bottom: 1px solid var(--border-subtle);. Maybe need to disable this color or make minimalist mode + dark mode unsupported.
Hey!
Did @itachiuchiha answer really solve the problem?
Because what I wrote to you earlier solved it for me.
Actually no. I donāt use minimalist mode, but I do use dark mode. And switching to light mode made my Anki have more display issues.
I added the lines you told me in the file I screenshotted. Sadly it made no changes for me.
