Fix/Optimize button alignment (#4117)

* Fix/Button alignment

* add hr
This commit is contained in:
Luc Mcgrady 2025-06-25 14:44:47 +01:00 committed by GitHub
parent 992fb054bd
commit 630bdd3189
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -391,7 +391,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
</button> </button>
</div> </div>
<div class="m-2"> <hr />
<div class="m-1">
<button class="btn btn-primary" on:click={() => (showSimulator = true)}> <button class="btn btn-primary" on:click={() => (showSimulator = true)}>
{tr.deckConfigFsrsSimulatorExperimental()} {tr.deckConfigFsrsSimulatorExperimental()}
</button> </button>
@ -419,4 +421,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
align-content: center; align-content: center;
flex-wrap: wrap; flex-wrap: wrap;
} }
hr {
border-top: 1px solid var(--border);
opacity: 1;
}
</style> </style>