feat admin
: increase border radius on extension image to make stuff look slightly better
This commit is contained in:
parent
c5cd4be710
commit
ce248f8013
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue