File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 2929 </p >
3030 </label >
3131 </div >
32- <div class =" settings-item" >
32+ <!-- < div class="settings-item">
3333 <label class="setting-header">
3434 <input
3535 type="checkbox"
4141 <span>Dark mode</span>
4242 <p class="description">Dark theme</p>
4343 </label>
44- </div >
44+ </div> -->
4545 <div class =" settings-item" >
4646 <label class =" setting-header d-inline-block"
4747 >Stop tracking if there is no activity during:
Original file line number Diff line number Diff line change 55 <p class =" header" >Web Activity Time Tracker</p >
66 </div >
77 <div class =" icons-block" >
8- <img height =" 17" src =" ../assets/icons/dark-mode.svg" />
9- <img height =" 17 " src =" ../assets/icons/settings.svg" @click = " openDashboard() " / >
8+ <!-- < img height="17" src="../assets/icons/dark-mode.svg" /> -- >
9+ <a @click = " openDashboard() " >Settings< img height =" 22 " src =" ../assets/icons/settings.svg" /></ a >
1010 </div >
1111 </div >
1212 <div class =" tabs" >
@@ -112,4 +112,14 @@ function selectTab(type: TypeOfList) {
112112 float : right ;
113113 margin : 7px 10px 0 0 ;
114114}
115+
116+ .headerBlock .icons-block a {
117+ font-size : 12px ;
118+ cursor : pointer ;
119+ }
120+
121+ .headerBlock .icons-block a img {
122+ vertical-align : middle ;
123+ padding-left : 5px !important ;
124+ }
115125 </style >
You can’t perform that action at this time.
0 commit comments