mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Sticker Creator
This commit is contained in:
committed by
Scott Nonnenberg
parent
2df1ba6e61
commit
11d47a8eb9
13
sticker-creator/components/StickerGrid.scss
Normal file
13
sticker-creator/components/StickerGrid.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, 186px);
|
||||
grid-template-rows: repeat(auto-fill, 186px);
|
||||
grid-gap: 8px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.drop {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user