Center file rename input in gallery mode to be more consistent with normal titles.

This commit is contained in:
2026-06-17 03:43:01 +00:00
parent 4f646fb344
commit 92d9c40a28
@@ -60,6 +60,7 @@ input#FileRenameInput {
padding: .75em; padding: .75em;
font-weight: 600; font-weight: 600;
width: auto; width: auto;
text-align: center;
} }
</style> </style>