fix durable options history routing
This commit is contained in:
parent
23ed3809cc
commit
1424a2716f
8 changed files with 271 additions and 4 deletions
|
|
@ -1003,6 +1003,17 @@ h3 {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.history-load-warning {
|
||||
flex: 0 0 auto;
|
||||
padding: 8px 12px;
|
||||
border-top: 1px solid oklch(0.72 0.13 58 / 0.45);
|
||||
border-bottom: 1px solid oklch(0.72 0.13 58 / 0.45);
|
||||
background: oklch(0.24 0.05 58 / 0.72);
|
||||
color: oklch(0.91 0.08 72);
|
||||
font-size: 0.78rem;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.data-table-wrap {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue