make button not be moved by border

This commit is contained in:
Sakooooo 2024-08-06 03:40:03 +04:00
parent 6de2485557
commit 0698530947
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -13,6 +13,7 @@ button {
padding-bottom: 0;
border: none;
background-color: transparent;
border-bottom: 3px solid transparent;
}
button:active {