mirror of
https://github.com/penpot/penpot.git
synced 2026-05-13 20:13:58 +00:00
💄 Adapt when no tool bar
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
93097ac4b7
commit
4cacb9f92c
@ -24,6 +24,8 @@
|
||||
|
||||
&.no-tool-bar-right {
|
||||
padding-right: 0;
|
||||
width: calc(100% - 230px);
|
||||
right: 0;
|
||||
|
||||
.coordinates {
|
||||
right: 10px;
|
||||
@ -32,6 +34,11 @@
|
||||
|
||||
&.no-tool-bar-left {
|
||||
padding-left: 0;
|
||||
width: calc(100% - 230px);
|
||||
|
||||
&.no-tool-bar-right {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.coordinates {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user