File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
views/DandisetLandingView Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div >
2
+ <div class = " d-flex align-center justify-end ml-auto " >
3
3
<v-btn
4
4
variant =" plain"
5
5
icon
Original file line number Diff line number Diff line change 7
7
>
8
8
<v-row class =" mx-2 my-2 mb-0" >
9
9
<v-col
10
- class =" d-flex align-center "
10
+ class =" d-flex align-start justify-space-between "
11
11
>
12
- <h1 :class =" `font-weight-light ${isXsDisplay ? 'text-h6' : ''}`" >
13
- <ShareDialog />
14
- {{ meta.name }}
15
- </h1 >
12
+ <div class =" title-container d-flex align-center" >
13
+ <h1 :class =" `font-weight-light ${isXsDisplay ? 'text-h6' : ''}`" >
14
+ <ShareDialog />
15
+ {{ meta.name }}
16
+ </h1 >
17
+ </div >
16
18
<StarButton
17
19
:identifier =" currentDandiset.dandiset.identifier"
18
20
:initial-star-count =" currentDandiset.dandiset.star_count"
You can’t perform that action at this time.
0 commit comments