forked from AkkomaGang/akkoma-fe
use flex for stickers
This commit is contained in:
parent
7e3a4fa8ec
commit
32d7a49b9d
1 changed files with 9 additions and 5 deletions
|
@ -36,16 +36,20 @@
|
||||||
|
|
||||||
.sticker-picker {
|
.sticker-picker {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
|
||||||
.contents {
|
.contents {
|
||||||
min-height: 250px;
|
min-height: 250px;
|
||||||
.sticker-picker-content {
|
.sticker-picker-content {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
padding: 0 4px;
|
||||||
.sticker {
|
.sticker {
|
||||||
display: inline-block;
|
display: flex;
|
||||||
width: 20%;
|
flex: 1 1 auto;
|
||||||
height: 20%;
|
margin: 4px;
|
||||||
|
width: 56px;
|
||||||
|
height: 56px;
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
height: 100%;
|
||||||
&:hover {
|
&:hover {
|
||||||
filter: drop-shadow(0 0 5px var(--link, $fallback--link));
|
filter: drop-shadow(0 0 5px var(--link, $fallback--link));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue