mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 07:45:04 +00:00
WHITESPACE removed some hanging spaces
This commit is contained in:
parent
3d1fa7a566
commit
349b552bcc
1 changed files with 5 additions and 5 deletions
10
src/App.css
10
src/App.css
|
@ -154,7 +154,7 @@ button.choosen:after {
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -184,8 +184,8 @@ button.choosen:after {
|
||||||
background: var(--editor-purple);
|
background: var(--editor-purple);
|
||||||
}
|
}
|
||||||
.Editor .background{
|
.Editor .background{
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
}
|
}
|
||||||
|
@ -197,8 +197,8 @@ button.choosen:after {
|
||||||
transform: translate(0.1px, 0.1px);
|
transform: translate(0.1px, 0.1px);
|
||||||
}
|
}
|
||||||
.Editor .hashtag{
|
.Editor .hashtag{
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue