mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:28:32 +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
|
@ -71,7 +71,7 @@
|
|||
|
||||
.zoom-dropdown {
|
||||
top: 45px;
|
||||
left: -30px;
|
||||
left: -40px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
.zoom-dropdown {
|
||||
position: absolute;
|
||||
z-index: 12;
|
||||
width: 150px;
|
||||
width: 160px;
|
||||
|
||||
background-color: $color-white;
|
||||
border-radius: $br-small;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue