This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
All VButtons are centered #1929
Labels
🕹 aspect: interface
Concerns end-users' experience with the software
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
Description
Buttons are centrally aligned by default, not matching the mockups.
Reproduction
Screenshots
Additional context
#1916 fixed the Get media button height by adding
self-center
class to it. The problem was that the class was added to the baseVButton
component, which affected other buttons (e.g., the Copy button inside the license panel became centered)Resolution
The text was updated successfully, but these errors were encountered: