The button to play sound is too big

Bug: anki-2.1.36-beta5: It is much bigger than the text. That leads to the situation, that the intervals between lines are not equal. It should be 3.5…4 times smaller.

Hi, 2.1.36 was released, and .37 is about to be released. Can you reproduce this issue with the latest 2.1.37 release candidate?

Alternatively, you can resize the button at any size you want by adding styling to the card template. From the manual:

.replay-button svg {
  width: 20px;
  height: 20px;
}

you can change the 20 pixels for whatever you feel is right for you.

1 Like

With a pleasure. But where are the wheels files for it? I can not find them.

Is it default now?

you can download it here https://apps.ankiweb.net/downloads/beta/

There is no .whl files

According to Anki Beta Builds Documentation, beta builds now can be installed via pip. I just tried installing 2.1.37rc1 via pip on Linux(Xubuntu 20.04 LTS) and there was no problems.

The default size of a replay button is currently 40px. Here is the relevant part of the source code:

1 Like

That’s exactly, what I told. I’m sure you should make 20px by default

1 Like

I’m going to second this request. The buttons are huge. Half the size sounds reasonable, but a configuration option might be best.

This topic was automatically closed after 13 days. New replies are no longer allowed.