mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Update notificationlist.js
This commit is contained in:
parent
3868b7ed09
commit
02f0b0c868
1 changed files with 3 additions and 1 deletions
|
|
@ -100,7 +100,9 @@ export default (props) => {
|
|||
Label({
|
||||
hexpand: true,
|
||||
xalign: 0,
|
||||
className: 'txt-title-small',
|
||||
className: 'txt-title-small margin-left-10',
|
||||
// ^ (extra margin on the left so that it looks similarly spaced
|
||||
// when compared to borderless "Clear" button on the right)
|
||||
label: 'Notifications',
|
||||
}),
|
||||
silenceButton,
|
||||
|
|
|
|||
Loading…
Reference in a new issue