We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948e39e commit 1da5f33Copy full SHA for 1da5f33
1 file changed
public/popup.css
@@ -314,6 +314,12 @@
314
padding: 10px 15px;
315
transition: background-color 0.2s ease-in-out;
316
}
317
+.sbControlsMenu-item:first-child {
318
+ border-radius: 8px 0px 0px 8px;
319
+}
320
+.sbControlsMenu-item:last-child {
321
+ border-radius: 0px 8px 8px 0px;
322
323
.sbControlsMenu-item:hover, .sbControlsMenu-item:focus {
324
background-color: #444;
325
0 commit comments