reduce bookmark action button width

This commit is contained in:
Henry Jameson 2025-08-15 09:27:11 +03:00
commit 35fea49bd0
3 changed files with 6 additions and 7 deletions

View file

@ -1,9 +1,4 @@
// TODO Copypaste from Status, should unify it somehow
.NotificationParent {
&.-expandable {
cursor: pointer;
}
}
.Notification {
border-bottom: 1px solid;
@ -11,6 +6,9 @@
overflow-wrap: break-word;
text-wrap: pretty;
.status-content {
cursor: pointer;
}
&.Status {
/* stylelint-disable-next-line declaration-no-important */

View file

@ -252,6 +252,7 @@
/>
<template v-else>
<StatusContent
class="status-content"
:compact="!statusExpanded"
:status="notification.status"
:collapse="statusExpanded"

View file

@ -26,8 +26,8 @@
align-self: stretch;
width: 1px;
background-color: var(--icon);
margin-left: 1em;
margin-right: 0.5em;
margin-left: 0.75em;
margin-right: 0.125em;
}
&.-pin {