mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 13:56:07 +02:00
Split component, improve UI, fix and refactor (#1162)
This commit is contained in:
@@ -2057,3 +2057,8 @@ i.x-user-status {
|
||||
.el-month-table td .cell:hover {
|
||||
color: rgb(48, 46, 53);
|
||||
}
|
||||
.el-skeleton.is-animated .el-skeleton__item {
|
||||
background: linear-gradient(90deg, #302E34 25%, #423F46 37%, #302E34 63%);
|
||||
background-size: 400% 100%;
|
||||
animation: el-skeleton-loading 1.4s ease infinite;
|
||||
}
|
||||
Reference in New Issue
Block a user