File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 5959 color : black;
6060}
6161.dark .settings-tab label [name = "tabName" ]: hover, .dark [type = 'radio' ]: checked ~ label {
62- background-color : # 979797 !important ;
62+ background-color : # 666666 !important ;
6363}
6464.dark .container p .value {
6565 color : black;
Original file line number Diff line number Diff line change 22 <div class =" main" >
33 <p class =" header" >{{ t('tryMyOtherApps.message') }}</p >
44 <div class =" app-block" @click =" openAppLink(App.ClearYoutube)" >
5- <img src =" ../assets/icons/clear-youtube-logo.svg" height =" 45" />
5+ <div class =" img-block" >
6+ <img src =" ../assets/icons/clear-youtube-logo.svg" height =" 45" />
7+ </div >
68 <div >
79 <p class =" title" >{{ t('clearYoutube.message') }}</p >
810 <p class =" description" >
@@ -58,6 +60,9 @@ function openAppLink(app: App) {
5860 gap : 20px ;
5961 cursor : pointer ;
6062}
63+ .app-block .img-block {
64+ margin : auto 0 ;
65+ }
6166.title {
6267 font-weight : 500 ;
6368 font-size : 15px ;
Original file line number Diff line number Diff line change 1- export const CHROME_STORE_REVIEW_URL = `https://chrome .google.com/webstore /detail/web-activity-time-tracker/${ __APP_ID__ } /reviews` ;
2- export const CHROME_STORE_SUPPORT_URL = `https://chrome .google.com/webstore /detail/web-activity-time-tracker/${ __APP_ID__ } /support` ;
1+ export const CHROME_STORE_REVIEW_URL = `https://chromewebstore .google.com/detail/web-activity-time-tracker/${ __APP_ID__ } /reviews` ;
2+ export const CHROME_STORE_SUPPORT_URL = `https://chromewebstore .google.com/detail/web-activity-time-tracker/${ __APP_ID__ } /support` ;
33export const CHROME_STORE_CLEAR_YOUTUBE_URL =
4- 'https://chrome .google.com/webstore/ detail/kalhfjomailhflienkfajocjodgjipie' ;
4+ 'https://chromewebstore .google.com/detail/clean-youtube-update-yout /kalhfjomailhflienkfajocjodgjipie' ;
You can’t perform that action at this time.
0 commit comments