chore: test deploy snapshot
This commit is contained in:
@@ -273,6 +273,16 @@
|
||||
.e-reader__panel-header-actions {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-end;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.e-reader__panel-header > h2 {
|
||||
min-width: 0;
|
||||
margin: 0;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
.e-reader__icon-button {
|
||||
@@ -560,6 +570,7 @@
|
||||
overflow-y: auto;
|
||||
overscroll-behavior: contain;
|
||||
padding-right: 6px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.e-reader__panel-body--locked {
|
||||
@@ -618,6 +629,7 @@
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
margin-bottom: 12px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.e-reader__library-sort-row {
|
||||
@@ -632,12 +644,18 @@
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
color: var(--reader-ink);
|
||||
min-width: 0;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
.e-reader__library-sort-trigger {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
gap: 6px;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
@@ -649,9 +667,16 @@
|
||||
}
|
||||
|
||||
.e-reader__library-sort-trigger .anticon {
|
||||
flex: 0 0 auto;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.e-reader__library-sort-trigger span {
|
||||
min-width: 0;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
.e-reader__bottom-sheet {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
@@ -984,7 +1009,8 @@
|
||||
font-size: 14px;
|
||||
line-height: 1.42;
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-word;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: keep-all;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
@@ -997,6 +1023,14 @@
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.e-reader__book-card > span,
|
||||
.e-reader__book-card p,
|
||||
.e-reader__library-status {
|
||||
min-width: 0;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
.e-reader__book-card-date {
|
||||
display: inline-flex;
|
||||
font-size: 11px;
|
||||
|
||||
Reference in New Issue
Block a user