Add preview next previous navigation
This commit is contained in:
@@ -704,12 +704,22 @@
|
||||
align-items: center;
|
||||
border-bottom: 1px solid var(--line);
|
||||
color: var(--muted);
|
||||
display: flex;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
justify-content: space-between;
|
||||
grid-template-columns: auto minmax(0, 1fr) auto;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.u-nav .preview-nav {
|
||||
display: inline-flex;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.u-nav .preview-nav button:disabled {
|
||||
cursor: default;
|
||||
opacity: 0.42;
|
||||
}
|
||||
|
||||
.u-nav .preview-meta strong {
|
||||
color: var(--text);
|
||||
min-width: 0;
|
||||
|
||||
Reference in New Issue
Block a user