1
0
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:
Dave Olsen 2014-02-24 15:56:52 -05:00
parent e50f6a0ada
commit 5cf9d925f5
2 changed files with 8 additions and 0 deletions

View File

@ -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 {

View File

@ -306,6 +306,11 @@ $animate-quick: 0.2s;
left: auto;
right: 0;
}
&.sg-left {
position: absolute;
left: auto;
}
}
/* Controls (sizing, view mode) */