mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 00:58:28 +02:00
🐛 User icons are not centered
This commit is contained in:
parent
9cc3cceb06
commit
7cd6f5ba70
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-areas: "left center right";
|
grid-template-areas: "left center right";
|
||||||
grid-template-columns: auto 1fr auto;
|
grid-template-columns: 1fr auto 1fr;
|
||||||
grid-template-rows: 100%;
|
grid-template-rows: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@
|
||||||
.right-area {
|
.right-area {
|
||||||
grid-area: right;
|
grid-area: right;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue