Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quorafind committed Jan 23, 2024
1 parent 3955d15 commit 1da80ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 50 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "surfing",
"name": "Surfing",
"version": "0.9.2",
"version": "0.9.3",
"minAppVersion": "1.4.0",
"description": "Surf the Net in Obsidian.",
"author": "Boninall & Windily-cloud",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surfing",
"version": "0.9.2",
"version": "0.9.3",
"description": "Use surfing to surf the net in Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
47 changes: 0 additions & 47 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,6 @@
padding-top: 100px;
}

.wb-random-background .empty-state {
background: url("https://source.unsplash.com/random/?mountain") no-repeat center center;
background-size: cover;
}

.wb-random-background .empty-state input {
filter: opacity(0.8);
}

.wb-search-bar-container {
margin-left: auto;
margin-right: auto;
Expand All @@ -222,44 +213,6 @@
/*margin-bottom: 29%;*/
}

.wb-page-search-bar-container .wb-last-opened-files {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: var(--size-4-2);
justify-items: center;

margin-top: var(--size-4-12);
}

.wb-page-search-bar-container .wb-last-opened-files .wb-last-opened-file {
display: flex;
flex-direction: row;
align-items: center;

gap: var(--size-2-2);
background-color: var(--interactive-normal);
box-shadow: var(--input-shadow);
opacity: 0.6;
justify-content: flex-start;
width: 160px;

height: 40px;

cursor: pointer;

}

.wb-page-search-bar-container .wb-last-opened-files .wb-last-opened-file:hover {
opacity: 1;
}

.wb-page-search-bar-container .wb-last-opened-files .wb-last-opened-file-name {
/* Hide text */
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.wb-page-search-bar-text {
text-align: center;
margin-bottom: 20px;
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
"0.8.16": "1.0.0",
"0.9.0": "1.4.0",
"0.9.1": "1.4.0",
"0.9.2": "1.4.0"
"0.9.2": "1.4.0",
"0.9.3": "1.4.0"
}

0 comments on commit 1da80ff

Please sign in to comment.