mirror of
https://github.com/pattern-lab/patternlab-php.git
synced 2025-04-24 16:02:02 +02:00
the MQ menu now lines up properly
This commit is contained in:
parent
e50f6a0ada
commit
5cf9d925f5
@ -210,6 +210,9 @@
|
||||
position: absolute;
|
||||
left: auto;
|
||||
right: 0; }
|
||||
.sg-acc-panel.sg-left {
|
||||
position: absolute;
|
||||
left: auto; }
|
||||
|
||||
/* Controls (sizing, view mode) */
|
||||
.sg-controls {
|
||||
|
@ -306,6 +306,11 @@ $animate-quick: 0.2s;
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
&.sg-left {
|
||||
position: absolute;
|
||||
left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/* Controls (sizing, view mode) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user