fix(SharedFolderIcon)

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-02-04 12:04:38 +01:00
parent 9153b89720
commit fc88f46460
3 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,6 @@ use OCP\AppFramework\Http\JSONResponse;
use OCP\AppFramework\Http\NotFoundResponse;
use OCP\AppFramework\Http\StreamResponse;
use OCP\AppFramework\Http\Template\PublicTemplateResponse;
use OCP\IConfig;
use OCP\IInitialStateService;
use OCP\IL10N;
use OCP\IRequest;

View File

@ -231,10 +231,10 @@ export default {
.folder__icon.shared {
transform: scale(0.4);
position: absolute;
top: -1px;
top: 0;
height: auto;
width: auto;
left: -2px;
left: -1px;
}
.item--gridview .folder__icon {
@ -247,7 +247,7 @@ export default {
}
.item--gridview .folder__icon.shared {
transform: translate(87%, 110%) scale(1.5);
transform: translate(100%, 130%) scale(1.5);
}
.folder__title {

View File

@ -9,10 +9,11 @@
<div class="whatsnew">
<h3> {{ t('bookmarks', 'What\'s new in Bookmarks?') }}</h3>
<ul>
<li>📜 Support for javascript and file links</li>
<li>📂 Bookmarklet now allows putting new bookmarks in a certain folder by default<br><small>(by first navigating to the folder and then dragging the bookmarklet button to your bookmarks as usual)</small></li>
<li>🖊 Edit the title of shared folders even if you don't have edit permissions</li>
<li>🐛 Lots of small bug fixes</li>
<li>📂 You can now search for folders</li>
<li>🔍 Search is now scoped to the current folder only</li>
<li>🔧 new settings experience</li>
<li>🧮 The folders overview now shows the cumulative bookmarks counts for all folders</li>
<li>🐛 Lots of small bug fixes and performance improvements</li>
</ul>
</div>
</NcModal>