Skip to content

Commit 032ddae

Browse files
committed
Change URL and small UI changes
1 parent 9551005 commit 032ddae

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

src/assets/css/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
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;

src/components/MyApps.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
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;

src/utils/chrome-url.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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`;
33
export 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';

0 commit comments

Comments
 (0)