make the message vertical center
whatthecommit.com - 2024年6月 by magicdawn
Details
Authormagicdawn
LicenseNo License
Categorywhatthecommit.com
Created
Updated
Size246 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name whatthecommit.com - 2024年6月
@version 20240619.09.58
@namespace ?
==/UserStyle== */
@-moz-document domain("whatthecommit.com") {
body {
padding: 0;
height: 100vh;
display: flex;
align-items: center
}
}