style: 右对齐 Admin 底栏提示 (#65)

This commit is contained in:
chengma
2026-08-09 22:05:11 +08:00
parent 95df15747a
commit e9a190eed7
3 changed files with 16 additions and 6 deletions
+4 -2
View File
@@ -181,6 +181,7 @@ tr.empty small { color: #aaa; }
left: 0; right: 0; bottom: 0;
display: flex;
align-items: center;
justify-content: flex-end;
background: #2b3440;
color: #c8cdd4;
padding: 10px 16px;
@@ -188,8 +189,9 @@ tr.empty small { color: #aaa; }
gap: 12px;
}
.statusbar > span:first-child {
flex: 1 1 auto;
flex: 0 1 auto;
min-width: 0;
text-align: right;
}
/* 链接和标题这类长内容截断显示,鼠标悬停看全文(title 属性)。
@@ -392,7 +394,7 @@ select {
display: flex;
align-items: center;
gap: 6px;
margin-left: auto;
margin-left: 0;
flex: 0 0 auto;
}
.pagination a,