forked from noxious/client
Fixed modal resizing/dragging bug(s)
This commit is contained in:
@ -159,7 +159,7 @@ onMounted(() => {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 8px;
|
||||
background-color: rgba($cyan, 0.8);
|
||||
background-color: rgba($cyan, 0.5);
|
||||
padding: 0;
|
||||
img {
|
||||
position: absolute;
|
||||
@ -170,6 +170,10 @@ onMounted(() => {
|
||||
top: 50%;
|
||||
transform: translateX(-50%) translateY(-50%) rotateX(180deg);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: rgba($cyan, 0.8);
|
||||
}
|
||||
}
|
||||
|
||||
.asset-categories {
|
||||
|
Reference in New Issue
Block a user