feat admin: increase border radius on extension image to make stuff look slightly better

This commit is contained in:
prplwtf 2024-04-28 20:47:56 +02:00
parent c5cd4be710
commit ce248f8013

View file

@ -59,8 +59,8 @@ tag[blue] {background-color:#288afb;}
width:auto; width:auto;
height:100%; height:100%;
aspect-ratio: 1/1; aspect-ratio: 1/1;
border-top-left-radius:6px; border-top-left-radius:7px;
border-bottom-left-radius:6px; border-bottom-left-radius:7px;
float: left; float: left;
margin-right:10px; margin-right:10px;
} }