mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +01:00
fix history layout (item height and table width)
This commit is contained in:
parent
71b09cb44e
commit
94de0460b4
@ -14,7 +14,7 @@
|
|||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid #3B3F3A;
|
border: 1px solid #3b3f3a;
|
||||||
background: rgba(213, 254, 175, 0.03);
|
background: rgba(213, 254, 175, 0.03);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -30,7 +30,7 @@
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
fill: rgba(213, 254, 175, 0.03);
|
fill: rgba(213, 254, 175, 0.03);
|
||||||
stroke-width: 1px;
|
stroke-width: 1px;
|
||||||
stroke: #3B3F3A;
|
stroke: #3b3f3a;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -264,6 +264,7 @@
|
|||||||
margin: 0px 10px 10px 10px;
|
margin: 0px 10px 10px 10px;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
border-top: 2px solid #ccc;
|
border-top: 2px solid #ccc;
|
||||||
|
width: calc(100% - 20px);
|
||||||
|
|
||||||
tr.active-history-item {
|
tr.active-history-item {
|
||||||
td {
|
td {
|
||||||
@ -309,9 +310,8 @@
|
|||||||
tr.history-item {
|
tr.history-item {
|
||||||
padding: 0 10px 0 10px;
|
padding: 0 10px 0 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
border-bottom: 1px solid rgba(250, 250, 250, 0.10);
|
border-bottom: 1px solid rgba(250, 250, 250, 0.1);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 40px;
|
|
||||||
color: @text-secondary;
|
color: @text-secondary;
|
||||||
|
|
||||||
&.is-selected {
|
&.is-selected {
|
||||||
|
Loading…
Reference in New Issue
Block a user