mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Hack around overflow in some languages
The problem at the moment is that the two left buttons are not part of the scrollable area on the right, and the scrollable area has been manually positioned. We would need to move the buttons into the toolbar area, and then hide them when using the desktop editor. For now, I've just added wrapping/smaller text instead. https://forums.ankiweb.net/t/image-occlusion-editor-buttons-overlap-in-some-languages/38499
This commit is contained in:
parent
3605ef314a
commit
9b00425209
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
display: flex;
|
||||
padding: 0px 6px 0px 6px;
|
||||
height: 38px;
|
||||
max-width: 60px;
|
||||
font-size: small;
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
:global(.image-occlusion) {
|
||||
|
|
Loading…
Reference in a new issue