style input

This commit is contained in:
awesomeuser 2023-08-04 19:21:08 +00:00
parent bf041eef75
commit 393a6aeb65

View file

@ -42,8 +42,12 @@
display: none; display: none;
} }
#signature-input {
width: calc(100% - 140px);
}
input[type=submit] { input[type=submit] {
width: 64px; width: 100%; /* so that it's not so close to clear, might think of a better solution later */
float: right; float: right;
background: var(--accent); background: var(--accent);
color: white; color: white;