started responsive UI: header

This commit is contained in:
2021-03-18 23:13:50 +01:00
parent 1862f2922e
commit 5ffacc45ed
7 changed files with 182 additions and 20 deletions

View File

@ -2,7 +2,7 @@
<div id="user-flags">
<h2
class="mdi mdi-folder-outline"
>{{ $t("materio.My folders") }} ({{collsLength}})</h2>
><span>{{ $t("materio.My folders") }} ({{collsLength}})</span></h2>
<ul>
<li v-if="flagcolls" v-for="coll in flagcolls" :key="coll.id">
<h5

View File

@ -1,12 +1,12 @@
<template lang="html">
<div id="user-tools">
<h4
class="mdi mdi-account"
>
<a href="/user">
{{ mail }}
<!-- <h4
> -->
<a class="mdi mdi-account" href="/user">
<span>{{ mail }}</span>
</a>
</h4>
<!-- </h4> -->
<a href="/admin/content/materials"
v-if="isAdmin"
class="mdi mdi-settings"