mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 23:58:28 +02:00
✨ More fixes and improvements to viewport sizing and positioning.
This commit is contained in:
parent
d67dbcf2aa
commit
bd8123d475
14 changed files with 140 additions and 122 deletions
|
@ -93,10 +93,10 @@
|
|||
.coordinates {
|
||||
background-color: $color-dark-bg;
|
||||
border-radius: $br-small;
|
||||
bottom: 0px;
|
||||
bottom: -10px;
|
||||
padding-left: 5px;
|
||||
position: fixed;
|
||||
right: 240px;
|
||||
right: 248px;
|
||||
text-align: center;
|
||||
width: 100px;
|
||||
padding-bottom: 2px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue