UI improvements on various pages (#1078)

This commit is contained in:
pa
2025-01-13 21:00:09 +09:00
committed by GitHub
parent 7475ed7e32
commit 5221b9d8c1
9 changed files with 60 additions and 51 deletions

View File

@@ -781,6 +781,7 @@ i.x-status-icon.red {
}
.avatar-info {
margin-top: 2px;
cursor: pointer;
width: fit-content;
vertical-align: top;
@@ -818,8 +819,10 @@ i.x-status-icon.red {
width: unset;
height: 16px;
margin-right: 0;
margin-left: 3px;
margin-left: 1px;
margin-top: 4px;
border-radius: 2px;
margin-bottom: -1px;
}
.el-pagination .el-select .el-input .el-input__inner,
@@ -921,7 +924,7 @@ i.x-status-icon.red {
// feed table detail time tag line-height
.el-table__expanded-cell .el-tag--mini {
line-height: 17px;
line-height: 18px;
}
// User dialog memo: input count background color
@@ -951,4 +954,4 @@ i.x-status-icon.red {
background-color: rgba(76, 255, 80, 0.2);
padding: 2px 2px;
border-radius: 4px;
}
}