mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
stickers: fixed sticker dialog listing
This commit is contained in:
parent
89a64e244d
commit
93e05b7efe
5 changed files with 10801 additions and 58 deletions
|
@ -114,6 +114,8 @@
|
|||
}
|
||||
|
||||
.stickers-helper {
|
||||
display: grid;
|
||||
grid-template-columns: repeat( auto-fit , minmax(48px, 1fr) );
|
||||
}
|
||||
|
||||
.sticker-preview {
|
||||
|
@ -121,8 +123,15 @@
|
|||
cursor: pointer;
|
||||
transform: scale(1);
|
||||
transition: transform 250ms;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 50%;
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.2);
|
||||
transform: scale(1.5);
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue