mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fixed layout issue when hovering on non 32x32 tile previews
This commit is contained in:
@@ -39,8 +39,7 @@
|
||||
}
|
||||
|
||||
.preview-tile .tile-action {
|
||||
display: none;
|
||||
float: right;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
@@ -50,8 +49,14 @@
|
||||
border: none;
|
||||
}
|
||||
|
||||
.preview-tile:hover .tile-action {
|
||||
display: block;
|
||||
.preview-tile .tile-action-container {
|
||||
float: right;
|
||||
visibility : hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.preview-tile:hover .tile-action-container {
|
||||
visibility : visible;
|
||||
}
|
||||
|
||||
.preview-tile .tile-action.duplicate-frame-action {
|
||||
|
Reference in New Issue
Block a user