Remove white border around level input in character sheet (#1870)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run

This commit is contained in:
Carlos Fernandez 2026-05-09 05:15:35 -04:00 committed by GitHub
parent 9ef4929693
commit e8828b70db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,13 +25,19 @@
.name-row {
display: flex;
gap: 5px;
gap: 6px;
align-items: start;
justify-content: space-between;
padding: 0;
padding-top: 5px;
flex: 1;
[contenteditable],
input {
border: 1px solid @soft-shadow;
background-color: light-dark(@dark-15, @dark-blue);
}
h1 {
display: flex;
flex: 1;
@ -57,14 +63,16 @@
.label {
display: flex;
align-items: center;
align-items: baseline;
gap: 4px;
}
input {
border: none;
width: 40px;
padding: 0;
text-align: center;
font-weight: 600;
}
.level-button {