tweaked animations and some minor stuff...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-02-15 02:10:35 +03:00
parent ff7e86f0b1
commit 9eaad5e6e8
4 changed files with 10 additions and 1 deletions

View File

@ -383,6 +383,7 @@ body {
content: " (non-action) "; content: " (non-action) ";
opacity: 0.5; opacity: 0.5;
margin-left: 0.5em; margin-left: 0.5em;
float: none;
} }

View File

@ -541,12 +541,16 @@ button:hover {
...this is because .ribbon-set will both be used for scaling ...this is because .ribbon-set will both be used for scaling
and aligning... */ and aligning... */
.origin(top, left); .origin(top, left);
will-change: transform;
} }
.ribbon-locator { .ribbon-locator {
position: relative; position: relative;
top: 0; top: 0;
left: 0; left: 0;
will-change: transform;
} }
@ -574,6 +578,8 @@ stretching in width... */
margin-top: @ribbon-margin; margin-top: @ribbon-margin;
margin-bottom: @ribbon-margin; margin-bottom: @ribbon-margin;
will-change: transform;
} }
.ribbon:empty { .ribbon:empty {
display: none; display: none;

View File

@ -159,6 +159,8 @@
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
will-change: scroll-position;
} }
/* /*
.browse-widget .list:before { .browse-widget .list:before {

View File

@ -536,7 +536,7 @@ var SortUIActions = actions.Actions({
// Commands... // Commands...
make('---') make('---')
make('Reverse images') make('$Reverse images')
.on('open', function(){ .on('open', function(){
that.reverseImages() that.reverseImages()
lister.parent.close() lister.parent.close()