fix(MdTabs): fix indicator (
#1448)
right: `calc(100% - ${buttonWidth + buttonLeft}px)` work weird with safari, replace it with `width` way to set indicator position fix #13041 parent 01dfdfb commit b33d0d6File tree Expand file treeCollapse file tree 1 file changedCopy full SHA for b33d0d6
+1
-1
lines changedFilter options
+1
-1
lines changed +1-1Lines changed: 1 addition & 1 deletion Original file line number Diff line number Diff line change
@@ -208,7 +208,7 @@
208
208
209
209
this.indicatorStyles = {
210
210
left: `${buttonLeft}px`,
211
-
right: `calc(100% - ${buttonWidth + buttonLeft}px)`
211
+
width: `${buttonWidth}px`
212
212
}
213
213
}
214
214
})
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4