fix: Pjax 动画字体大小

pull/620/head
耗子 2023-11-16 00:47:03 +08:00
parent dd0f673255
commit 7fdc1dc232
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ body .loader {
height: 100%; height: 100%;
background-color: rgba(255, 255, 255, .2); background-color: rgba(255, 255, 255, .2);
text-align: center; text-align: center;
}
body .loader p {
font-size: 2em !important; font-size: 2em !important;
} }
body .loader_overlay { body .loader_overlay {