reduce bookmark action button width
This commit is contained in:
parent
866b416dbe
commit
35fea49bd0
3 changed files with 6 additions and 7 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -252,6 +252,7 @@
|
|||
/>
|
||||
<template v-else>
|
||||
<StatusContent
|
||||
class="status-content"
|
||||
:compact="!statusExpanded"
|
||||
:status="notification.status"
|
||||
:collapse="statusExpanded"
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue