Skip to content

Commit

Permalink
Added button to files app that opens the current folder in the photos…
Browse files Browse the repository at this point in the history
… app

Signed-off-by: cnmicha <[email protected]>
  • Loading branch information
cnmicha committed Dec 24, 2020
1 parent 33732b2 commit 46cf5ee
Show file tree
Hide file tree
Showing 9 changed files with 13,496 additions and 5 deletions.
36 changes: 36 additions & 0 deletions css/filesbutton.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/**
* @copyright Copyright (c) 2020 cnmicha <[email protected]>
*
* @author cnmicha <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

#open-in-photos-button {
background-color: transparent;
border: none;
margin: 0;
padding: 22px;
opacity: 0.5;
position: fixed;
right: 44px;
z-index: 100;
}

#open-in-photos-button:hover {
opacity: 1
}
Loading

0 comments on commit 46cf5ee

Please sign in to comment.