mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Increase padding on tooltips + Remove erroneous closing angle bracket
This commit is contained in:
parent
728e2e682b
commit
62b4b4c12c
2 changed files with 5 additions and 2 deletions
|
@ -94,4 +94,4 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
{tr.deckConfigReviewSortOrder()}
|
{tr.deckConfigReviewSortOrder()}
|
||||||
</EnumSelectorRow>
|
</EnumSelectorRow>
|
||||||
</Item>
|
</Item>
|
||||||
</TitledContainer>>
|
</TitledContainer>
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
$tooltip-padding-y: 0.45rem;
|
||||||
|
$tooltip-padding-x: 0.65rem;
|
||||||
|
$tooltip-max-width: 300px;
|
||||||
|
|
||||||
@use "ts/sass/vars";
|
@use "ts/sass/vars";
|
||||||
@use "ts/sass/scrollbar";
|
@use "ts/sass/scrollbar";
|
||||||
@use "ts/sass/bootstrap-dark";
|
@use "ts/sass/bootstrap-dark";
|
||||||
|
@ -29,7 +33,6 @@
|
||||||
|
|
||||||
.tooltip-inner {
|
.tooltip-inner {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
max-width: 300px;
|
|
||||||
|
|
||||||
// marked transpiles tooltips into multiple paragraphs
|
// marked transpiles tooltips into multiple paragraphs
|
||||||
// where trailing <p>s cause a bottom margin
|
// where trailing <p>s cause a bottom margin
|
||||||
|
|
Loading…
Reference in a new issue