fix_ui
This commit is contained in:
parent
97d5f51ff2
commit
36141679d3
@ -2489,8 +2489,11 @@ tr:hover .action-cell {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
min-width: auto;
|
width: 80px;
|
||||||
|
min-width: 80px;
|
||||||
|
max-width: 80px;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
background: var(--white);
|
background: var(--white);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@ -2498,6 +2501,7 @@ tr:hover .action-cell {
|
|||||||
color: var(--medium-gray);
|
color: var(--medium-gray);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.summary-item-date .day {
|
.summary-item-date .day {
|
||||||
@ -2520,28 +2524,31 @@ tr:hover .action-cell {
|
|||||||
.summary-item-content.combined-content {
|
.summary-item-content.combined-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-row {
|
.content-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
flex: 1;
|
width: 35%;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-label {
|
.content-label {
|
||||||
color: var(--primary-orange);
|
color: var(--primary-orange);
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
min-width: 18px;
|
min-width: 18px;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-text {
|
.content-text {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-divider {
|
.content-divider {
|
||||||
@ -2555,10 +2562,11 @@ tr:hover .action-cell {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
margin-left: auto;
|
min-width: 280px;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
color: var(--medium-gray);
|
color: var(--medium-gray);
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.summary-item-meta span {
|
.summary-item-meta span {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user