Skip to content

Commit 7fd47d6

Browse files
committed
fix a bug of vomnibar.html
1 parent 34d0094 commit 7fd47d6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

newtab/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"chrome://favicon/"
3434
],
3535
"update_url": "https://clients2.google.com/service/update2/crx",
36-
"version": "0.1.0",
36+
"version": "0.1.1",
3737
"web_accessible_resources": [ "vomnibar*" ]
3838
}

newtab/vomnibar.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
.level-2{padding-right:32px;}.level-3{padding-right:48px;}.level-4{padding-right:60px;}.level-5{padding-right:72px;}
3535
.less-motion .transparent, .less-motion #toolbar{transition:none;}
3636
.tab{d:path("M0 20v40h48V20zm4 4h40v32H4zm4-12h48v40h-8v-4h4V16H12v4H8zm8-8h48v40h-8v-4h4V8H20v4h-4");}
37-
.math{d:path("M0 0h64v64H0zm4 4v56h56V4zm4 4h48v16H8zm4 4v8h40v-8zM8 28h12v12H8zm4 4v4h4v-4zm12-4h12v12H24zm4 \
38-
4v4h4v-4zM8 44h12v12H8zm4 4v4h4v-4zm12-4h12v12H24zm4 4v4h4v-4zm12-20h16v28H40zm4 4v20h8V32");}
37+
.math{d:path("M0 0h64v64H0zm4 4v56h56V4zm4 4h48v16H8zm4 4v8h40v-8zM8 28h12v12H8zm4 4v4h4v-4zm12-4h12v12H24zm4 4v4h4v-4zM8 44h12v12H8zm4 4v4h4v-4zm12-4h12v12H24zm4 4v4h4v-4zm12-20h16v28H40zm4 4v20h8V32");}
3938
.bookm{d:path("M32 0l8 20 24 2-20 14 6 26-18-14-20 14 8-26L0 22l24-2");}
4039
.search{d:path("M46 41h-3l-1-1a24 24 1 1 0-2 2l1.1 1.1v3L59 64l5-5zm-10-4a18 18 0 1 1 1-1");}
4140
.domain{d:path("M4,16v4h4l12,36h4L32,32l8,24h4L56,20h4v-4H48v4h2L42,48L34,24h-4l-8,24L14,20h4v-4");}

0 commit comments

Comments
 (0)