This commit is contained in:
root 2023-05-31 18:38:34 -04:00
parent 17e68fbbd9
commit a8e9deecb1

View file

@ -136,9 +136,14 @@ body {
color: rgba(76, 76, 76, 0.62); color: rgba(76, 76, 76, 0.62);
opacity: 0.8; opacity: 0.8;
} }
.input-group .btn { .input-group .btn {
height: -webkit-fill-available; height: 46px;
--bs-btn-border-radius: 0;
border-top-right-radius: .375rem;
border-bottom-right-radius: .375rem;
} }
.input-group { .input-group {
width: 40%; width: 40%;
float: right; float: right;