aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/CollectionLinearView.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionLinearView.tsx b/src/client/views/collections/CollectionLinearView.tsx
index a83c59f50..2f664119e 100644
--- a/src/client/views/collections/CollectionLinearView.tsx
+++ b/src/client/views/collections/CollectionLinearView.tsx
@@ -152,7 +152,7 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) {
{DocumentLinksButton.StartLink ? <span style={{
background: backgroundColor === color ? "black" : backgroundColor, paddingRight: "10px",
height: 30, transform: "translate3d(6px, 5px, 0px)",
- paddingTop: "5px",
+ paddingTop: "4.5px",
//textAlign: "center"
}}
onPointerDown={e => e.stopPropagation()} >
@@ -172,7 +172,7 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) {
paddingRight: "8px",
verticalAlign: "middle",
backgroundColor: "lightgrey",
- borderRadius: "10px",
+ borderRadius: "5.5px",
color: "black"
}}>Exit</span>