diff --git a/mods/topbar-icons/styles.css b/mods/topbar-icons/styles.css
index 957f9d9..3559111 100644
--- a/mods/topbar-icons/styles.css
+++ b/mods/topbar-icons/styles.css
@@ -5,24 +5,24 @@
  * under the MIT license
  */
 
-.notion-topbar-actions > div {
+.notion-topbar-icon {
   width: 32px;
   padding: 0 7px !important;
 }
 
-.notion-topbar-actions > :not(:first-child):not(:last-child) > *:not(div) {
+.notion-topbar-icon:not(:first-child) > *:not(div) {
   display: none !important;
 }
 
-.notion-topbar-actions > div > div,
-.notion-topbar-actions svg {
+.notion-topbar-icon > div,
+.notion-topbar-icon svg {
   width: 18px;
   height: 18px;
 }
 
-.notion-topbar-actions > [style*="padding-left: 8px"] > div > svg:last-child {
+.notion-topbar-icon[style*="padding-left: 8px"] > div > :last-child {
   display: none;
 }
-.notion-topbar-actions > [style*="padding-left: 6px"] > div > svg:first-child {
+.notion-topbar-icon[style*="padding-left: 6px"] > div > :first-child {
   display: none;
-}
\ No newline at end of file
+}