mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-21 23:35:05 +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;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
@ -184,8 +184,8 @@ button.choosen:after {
|
|||
background: var(--editor-purple);
|
||||
}
|
||||
.Editor .background{
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
}
|
||||
|
@ -197,8 +197,8 @@ button.choosen:after {
|
|||
transform: translate(0.1px, 0.1px);
|
||||
}
|
||||
.Editor .hashtag{
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue