Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Talal-A committed Dec 29, 2024
1 parent 2949e99 commit 0232e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "paperless",
"name": "Paperless",
"version": "0.0.3",
"version": "0.0.4",
"minAppVersion": "0.15.0",
"description": "Link your paperless-ngx documents within your vault.",
"author": "Talal Abou Haiba",
Expand Down
16 changes: 2 additions & 14 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.overallDiv {
position: relative;
}
Expand All @@ -16,22 +8,18 @@ If your plugin does not need CSS, delete this file.
margin-bottom: 3px;
overflow: hidden;
}

.tagDiv {
position: absolute;
top: 0;
right: 0;
}

.column {
float: left;
width: 50%;
}

/* Clear floats after the columns */
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}

0 comments on commit 0232e6d

Please sign in to comment.