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) ";
opacity: 0.5;
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
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;

View File

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

View File

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