Update Mon May 27 03:21:57 CEST 2024

This commit is contained in:
0xMarcio 2024-05-27 03:21:57 +02:00
parent 20b6e805bf
commit 837985c555

View File

@ -189,15 +189,16 @@ hr {
}
.dropdown-btn {
border: none;
border: 2px solid #ffffff;
border-radius: 50px;
position: absolute;
right: 0;
bottom: 0;
outline: none;
overflow: hidden;
background-color: #21690af2;
background-color: transparent;
color: #fff;
font-weight: 700;
padding: .5rem;
font-size: .9rem;
padding: .3rem;
cursor: pointer;
}