Skip to content

Commit e2d21dd

Browse files
committed
added new settings icon
1 parent 0ceb8a4 commit e2d21dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

popup/popup.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
<head>
44
<title>KeepCode</title>
55
<link rel="stylesheet" href="popup.css">
6+
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css" rel="stylesheet">
67
</head>
78

89
<body>
910
<div style="display: flex; align-items: center; justify-content: space-between;">
1011
<h1>KeepCode</h1>
1112
<button id="optionsBtn" title="Settings" style="background: none; border: none; cursor: pointer; padding: 0; margin-left: 8px;">
12-
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="#8868bd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3"/><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 1 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 1 1-4 0v-.09A1.65 1.65 0 0 0 8 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06A1.65 1.65 0 0 0 4.6 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 1 1 0-4h.09A1.65 1.65 0 0 0 4.6 8a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06A1.65 1.65 0 0 0 8 4.6a1.65 1.65 0 0 0 1-1.51V3a2 2 0 1 1 4 0v.09A1.65 1.65 0 0 0 16 4.6a1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06A1.65 1.65 0 0 0 19.4 8c.14.31.22.65.22 1v.09A1.65 1.65 0 0 0 21 12c0 .35-.08.69-.22 1z"/></svg>
13+
<i class="ri-settings-3-line ri-lg"></i>
1314
</button>
1415
</div>
1516
<div id="popupContent">
@@ -25,7 +26,7 @@ <h4>Recent Problems</h4>
2526
<label for="tagFilter" style="font-size: 0.95em;">Filter by tag:</label>
2627
<select id="tagFilter">
2728
<option value="all">All</option>
28-
<!-- Tag options will be populated dynamically -->
29+
<!-- Tag options are populated dynamically -->
2930
</select>
3031
</div>
3132
<div id="solvedList"></div>

0 commit comments

Comments
 (0)