Skip to content

Commit

Permalink
1.9.3
Browse files Browse the repository at this point in the history
- UI fix
  • Loading branch information
u-Sir authored Jan 4, 2025
1 parent 9f31ae9 commit 7fcc763
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions chromium/custom_page/custom_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ body.light-mode .iframe-title-bar span:hover {

body.light-mode .iframe-wrapper {
box-shadow: 4px 4px 4px rgba(255, 156, 156, 0.1), -4px -4px 4px rgba(255, 156, 156, 0.1);
background-color: unset;
}

body.light-mode svg #Dribbble-Light-Preview {
Expand Down
2 changes: 1 addition & 1 deletion chromium/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Tabless",
"version": "1.9.2",
"version": "1.9.3",
"permissions": [
"declarativeNetRequest",
"storage"
Expand Down
1 change: 1 addition & 0 deletions firefox/custom_page/custom_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ body.light-mode .iframe-title-bar span:hover {

body.light-mode .iframe-wrapper {
box-shadow: 4px 4px 4px rgba(255, 156, 156, 0.1), -4px -4px 4px rgba(255, 156, 156, 0.1);
background-color: unset;
}

body.light-mode svg #Dribbble-Light-Preview {
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Tabless",
"version": "1.9.2",
"version": "1.9.3",
"permissions": [
"declarativeNetRequest",
"storage"
Expand Down

0 comments on commit 7fcc763

Please sign in to comment.