A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vuematerial/vue-material/commit/b33d0d6 below:

fix indicator (#1448) · vuematerial/vue-material@b33d0d6 · GitHub

Skip to content Navigation Menu

Saved searches Use saved searches to filter your results more quickly

Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert Additional navigation options

Commit b33d0d6

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 #1304
1 parent 01dfdfb commit b33d0d6

Copy full SHA for b33d0d6

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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