diff --git a/view/molistar/modules/superLucky/css/index.css b/view/molistar/modules/superLucky/css/index.css index 3f0c691e..1ba7bc4e 100644 --- a/view/molistar/modules/superLucky/css/index.css +++ b/view/molistar/modules/superLucky/css/index.css @@ -750,6 +750,11 @@ body { font-weight: 400; } +.arabic .header { + background: url(../images/header-ar.png) no-repeat; + background-size: 100% 100%; +} + .arabic .lastRank .lastRank_in .box .top1 { transform: translateX(-86%); } @@ -789,3 +794,8 @@ body { direction: ltr; text-align: left; } + +.Turkiye .header { + background: url(../images/header-tr.png) no-repeat; + background-size: 100% 100%; +} diff --git a/view/molistar/modules/superLucky/css/index.scss b/view/molistar/modules/superLucky/css/index.scss index fe576026..6af37132 100644 --- a/view/molistar/modules/superLucky/css/index.scss +++ b/view/molistar/modules/superLucky/css/index.scss @@ -761,6 +761,11 @@ body { } .arabic { + .header { + background: url(../images/header-ar.png) no-repeat; + background-size: 100% 100%; + } + .lastRank .lastRank_in .box .top1 { transform: translateX(-86%); } @@ -790,10 +795,18 @@ body { } .danmu .my_container { + .send, - .win{ + .win { direction: ltr; text-align: left; } } +} + +.Turkiye { + .header { + background: url(../images/header-tr.png) no-repeat; + background-size: 100% 100%; + } } \ No newline at end of file diff --git a/view/molistar/modules/superLucky/images/header-ar.png b/view/molistar/modules/superLucky/images/header-ar.png new file mode 100644 index 00000000..3d6847d8 Binary files /dev/null and b/view/molistar/modules/superLucky/images/header-ar.png differ diff --git a/view/molistar/modules/superLucky/images/header-tr.png b/view/molistar/modules/superLucky/images/header-tr.png new file mode 100644 index 00000000..9f1caabd Binary files /dev/null and b/view/molistar/modules/superLucky/images/header-tr.png differ