Skip to content

Commit 893164a

Browse files
committed
fix: incorrect border radius for a single unread message
1 parent 16b01cf commit 893164a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "YouTube Direct Messages",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"manifest_version": 3,
55
"description": "A Chrome extension to send direct messages on YouTube.",
66
"permissions": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yt-dm-nl",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "A Chrome extension to enable direct messaging functionality on YouTube.",
55
"private": true,
66
"scripts": {

src/styles/panel.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,10 @@
501501
border-top-right-radius: 0;
502502
}
503503

504+
.yt-dm-dialog-item.unread.first.last {
505+
border-radius: 8px;
506+
}
507+
504508
.yt-dm-dialog-item.unread .name {
505509
font-weight: 700;
506510
}

0 commit comments

Comments
 (0)