Skip to content

Commit 5a32694

Browse files
committed
reduce settings and homeButton size
Signed-off-by: Vedansh Saini <[email protected]>
1 parent 29b8116 commit 5a32694

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ body,input,div,h3,h4,p,label,hr, #scrumReport{
346346
cursor: pointer;
347347
display: flex;
348348
align-items: center;
349+
font-size: 1.5rem;
349350
}
350351
#homeButton:active {
351352
background: #e5e7eb;

src/popup.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ <h3 id="scrumHelperHeading" class="text-3xl font-semibold cursor-pointer">Scrum
3737
Enable
3838
</label>
3939
<div class="flex">
40-
<button id="homeButton" title="Go to Report" class="ml-1 p-2 rounded hover:bg-gray-200 dark:hover:bg-gray-700 transition" style="font-size: 2.5rem;">
41-
<i class="fa fa-home text-4xl text-gray-600 dark:text-gray-300"></i>
40+
<button id="homeButton" title="Go to Report" class="ml-1 p-2 rounded hover:bg-gray-200 dark:hover:bg-gray-700 transition">
41+
<i class="fa fa-home text-2xl text-gray-600 dark:text-gray-300"></i>
4242
</button>
4343
<button id="settingsToggle">
44-
<img id="settingsIcon" src="icons/settings-light.png" alt="Settings" class="w-7 h-7 mx-3 cursor-pointer">
44+
<img id="settingsIcon" src="icons/settings-light.png" alt="Settings" class="w-6 h-6 mx-3 cursor-pointer">
4545
</button>
4646
</div>
4747
</div>

0 commit comments

Comments
 (0)