Improved user page stash display on narrow pages.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<li
|
||||
v-for="stash in user.stashes"
|
||||
:key="stash.id"
|
||||
class="stashes-stash"
|
||||
>
|
||||
<Stash
|
||||
:stash="stash"
|
||||
@@ -27,7 +28,7 @@
|
||||
|
||||
<li
|
||||
v-if="isMe"
|
||||
class="stashes-add"
|
||||
class="stashes-stash stashes-add"
|
||||
@click="showAddStash = true"
|
||||
>
|
||||
<Icon icon="plus2" />
|
||||
@@ -118,6 +119,10 @@ export default {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
.stashes-stash {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.stashes-add {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user