Skip to content
Snippets Groups Projects
Verified Commit 54d5d039 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Improve select of calendar type on desktops

parent 48e7b63f
No related branches found
No related tags found
1 merge request!1148Calendar events and iCal feeds
......@@ -65,12 +65,12 @@
:value="calendarType.type"
:key="calendarType.type"
>
<v-icon v-if="$vuetify.breakpoint.smAndDown">{{
"mdi-" + calendarType.icon
}}</v-icon>
<span class="hidden-sm-and-down">{{
nameForMenu(calendarType)
}}</span>
<v-icon :right="$vuetify.breakpoint.mdAndUp">{{
"mdi-" + calendarType.icon
}}</v-icon>
</v-btn>
</v-btn-toggle>
</v-col>
......
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