We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798d91e commit f9e7da9Copy full SHA for f9e7da9
1 file changed
style.css
@@ -414,6 +414,11 @@ a {
414
height: 100%;
415
}
416
417
+ .input > .halve > button > img {
418
+ width: 2vh;
419
+ height: 2vh;
420
+ }
421
+
422
.input > input:focus, .input > .halve > input:focus, .input > .halve > button:hover {
423
outline: none;
424
box-shadow: var(--border) 0 0 5px, var(--border) 0 0 5px inset;
@@ -761,6 +766,11 @@ div.popup > div > div.inside > h1 {
761
766
margin: 0;
762
767
763
768
769
770
+ width: 5vw;
771
+ height: 5vw;
772
773
764
774
div.popup > div {
765
775
max-width: 80vw;
776
0 commit comments