diff --git a/manifest.json b/manifest.json index ccd7395..935ee85 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index ffb36da..aa56c54 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/styles.css b/styles.css index 8a12014..a2ba9c3 100644 --- a/styles.css +++ b/styles.css @@ -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; @@ -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; diff --git a/versions.json b/versions.json index 285468a..15d91de 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file