mirror of
https://github.com/penpot/penpot.git
synced 2026-03-15 06:56:06 +00:00
🐛 User icons are not centered
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
display: grid;
|
||||
grid-template-areas: "left center right";
|
||||
grid-template-columns: auto 1fr auto;
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
grid-template-rows: 100%;
|
||||
padding: 0;
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
.right-area {
|
||||
grid-area: right;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user