Skip to content

Commit f9e7da9

Browse files
committed
better
1 parent 798d91e commit f9e7da9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,11 @@ a {
414414
height: 100%;
415415
}
416416

417+
.input > .halve > button > img {
418+
width: 2vh;
419+
height: 2vh;
420+
}
421+
417422
.input > input:focus, .input > .halve > input:focus, .input > .halve > button:hover {
418423
outline: none;
419424
box-shadow: var(--border) 0 0 5px, var(--border) 0 0 5px inset;
@@ -761,6 +766,11 @@ div.popup > div > div.inside > h1 {
761766
margin: 0;
762767
}
763768

769+
.input > .halve > button > img {
770+
width: 5vw;
771+
height: 5vw;
772+
}
773+
764774
div.popup > div {
765775
max-width: 80vw;
766776
}

0 commit comments

Comments
 (0)