Files

19 lines
232 B
Plaintext
Raw Permalink Normal View History

2026-07-05 16:08:23 -04:00
#RenameRoot {
padding: 8px;
}
#ButtonRow {
flex-direction: row;
justify-content: flex-end;
margin-top: 8px;
}
#NameField > Label {
min-width: 70px;
}
#ButtonRow > Button {
width: 80px;
height: 24px;
}