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
|
// TODO Copypaste from Status, should unify it somehow
|
||||||
.NotificationParent {
|
|
||||||
&.-expandable {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.Notification {
|
.Notification {
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
|
|
@ -11,6 +6,9 @@
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
text-wrap: pretty;
|
text-wrap: pretty;
|
||||||
|
|
||||||
|
.status-content {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
&.Status {
|
&.Status {
|
||||||
/* stylelint-disable-next-line declaration-no-important */
|
/* stylelint-disable-next-line declaration-no-important */
|
||||||
|
|
|
||||||
|
|
@ -252,6 +252,7 @@
|
||||||
/>
|
/>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<StatusContent
|
<StatusContent
|
||||||
|
class="status-content"
|
||||||
:compact="!statusExpanded"
|
:compact="!statusExpanded"
|
||||||
:status="notification.status"
|
:status="notification.status"
|
||||||
:collapse="statusExpanded"
|
:collapse="statusExpanded"
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
background-color: var(--icon);
|
background-color: var(--icon);
|
||||||
margin-left: 1em;
|
margin-left: 0.75em;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.125em;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.-pin {
|
&.-pin {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue