Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Xiong committed Nov 16, 2024
1 parent 7e2d073 commit 0c28f89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "google-drive-sync",
"name": "Google Drive Sync",
"version": "2.1.0",
"version": "2.1.1",
"minAppVersion": "1.6.0",
"description": "Syncs a vault into Google Drive for cross-platform use (works for iOS).",
"author": "Richard Xiong",
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": "google-drive-sync",
"version": "2.1.0",
"version": "2.1.1",
"description": "This plugin allows for the use of Google Drive in syncing an Obsidian vault.",
"main": "main.js",
"scripts": {
Expand Down
9 changes: 4 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
}

.operation-container {
--button-size: var(--line-height-tight) * var(--font-ui-medium);
position: relative;
border-top: 1px solid var(--background-modifier-border);
border-top: var(--border-width) solid var(--background-modifier-border);
padding-top: var(--font-ui-medium);
padding-bottom: var(--font-ui-medium);
padding-right: calc(var(--button-size) + var(--size-4-4));
padding-right: var(--size-4-12);
padding-left: 0px;
}

Expand All @@ -40,8 +39,8 @@
}

.operation-container button {
width: var(--button-size);
height: var(--button-size);
width: var(--icon-xl);
height: var(--icon-xl);
padding: var(--size-2-2) !important;
}

Expand Down

0 comments on commit 0c28f89

Please sign in to comment.