button alignment.

This commit is contained in:
lindenkron 2023-04-16 17:11:08 +02:00
parent ebc8370a59
commit fbe6feb4d4

View File

@ -67,6 +67,9 @@ body{
}
button {
display: flex;
align-items: center;
justify-content: center;
-webkit-app-region: no-drag;
user-select: none;
cursor: pointer;