fix(ui): toolbar broken of pdf viewer when narrow container

This commit is contained in:
charlie
2021-12-14 16:06:11 +08:00
committed by Tienson Qin
parent 14a87b72b8
commit 2bc96772c5

View File

@@ -55,6 +55,7 @@ input::-webkit-inner-spin-button {
color: var(--ls-icon-color);
background-color: transparent;
transition: none;
word-break: normal;
&.is-active {
opacity: 1;
@@ -69,6 +70,8 @@ input::-webkit-inner-spin-button {
}
.pager {
white-space: nowrap;
> .nu {
padding-right: 4px;