Skip to content
Snippets Groups Projects
Commit c0b4f6e1 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

tweak expand button

parent af10ddde
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@
</span> <span v-if="$parent.collapsable" >
<v-btn class="expand_icon"
:title="$parent.collapsed? 'Vis mer' : 'Kollaps'"
width="100%"
plain
medium
text
small
@click="$parent.collapsed=!$parent.collapsed">
<v-icon small>{{$parent.collapsed ? 'expand_more': 'expand_less'}}</v-icon></v-btn></span>
</div>
......@@ -198,13 +198,15 @@ div.lemma {
}
.expand_icon {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
text-align: center;
border-bottom-right-radius: 28px;
border-bottom-left-radius: 28px;
justify-content: center;
position: absolute;
bottom: 0px;
left: 0px;
padding-right: 24px !important;
width: 100%;
border-bottom-right-radius: 28px;
border-bottom-left-radius: 28px;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment