Merge branch 'main' into feat/command-autocomplete-refactor

This commit is contained in:
DuckieTM
2026-06-03 16:33:58 +02:00
committed by GitHub
36 changed files with 1077 additions and 29 deletions
+9
View File
@@ -2396,3 +2396,12 @@
}
}
/* Mention highlight inside chat bubbles (cosmetic) */
.mention-highlight {
font-weight: 700;
color: #1e7295;
background-color: rgba(30, 114, 149, 0.16);
border-radius: 3px;
padding: 0 2px;
}
+7
View File
@@ -229,6 +229,13 @@
height: 32px;
}
.nitro-icon.icon-mentions {
background-image: url("@/assets/images/toolbar/icons/mentions.png");
background-size: contain;
width: 36px;
height: 32px;
}
.nitro-icon.icon-wired-tools {
background-image: url("@/assets/images/wiredtools/wired_menu.png");
background-size: contain;