mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
tweaked animations and some minor stuff...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ff7e86f0b1
commit
9eaad5e6e8
@ -383,6 +383,7 @@ body {
|
||||
content: " (non-action) ";
|
||||
opacity: 0.5;
|
||||
margin-left: 0.5em;
|
||||
float: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -541,12 +541,16 @@ button:hover {
|
||||
...this is because .ribbon-set will both be used for scaling
|
||||
and aligning... */
|
||||
.origin(top, left);
|
||||
|
||||
will-change: transform;
|
||||
}
|
||||
.ribbon-locator {
|
||||
position: relative;
|
||||
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
|
||||
@ -574,6 +578,8 @@ stretching in width... */
|
||||
|
||||
margin-top: @ribbon-margin;
|
||||
margin-bottom: @ribbon-margin;
|
||||
|
||||
will-change: transform;
|
||||
}
|
||||
.ribbon:empty {
|
||||
display: none;
|
||||
|
||||
@ -159,6 +159,8 @@
|
||||
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
will-change: scroll-position;
|
||||
}
|
||||
/*
|
||||
.browse-widget .list:before {
|
||||
|
||||
@ -536,7 +536,7 @@ var SortUIActions = actions.Actions({
|
||||
// Commands...
|
||||
make('---')
|
||||
|
||||
make('Reverse images')
|
||||
make('$Reverse images')
|
||||
.on('open', function(){
|
||||
that.reverseImages()
|
||||
lister.parent.close()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user