Use icon-circles provided by server

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2022-05-29 22:33:31 +02:00
parent 923f3e7418
commit e99dd8d488
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
4 changed files with 1 additions and 4 deletions

View File

@ -1 +0,0 @@
@include icon-black-white('circle', 'tasks', 1);

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" width="64" height="64"><path d="M7 29A21 21 0 0 1 29 7m10 40a21 21 0 0 1-29-8m29-29a21 21 0 0 1 8 29" fill="none" stroke="#000" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><circle cx="29" cy="7" r="7"/><circle cx="39" cy="-10" r="7" transform="rotate(90)"/><circle cx="39" cy="-47" r="7" transform="rotate(90)"/></svg>

Before

Width:  |  Height:  |  Size: 400 B

View File

@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<AccountMultiple v-if="sharee.isGroup"
:size="18"
class="avatar" />
<div v-else-if="sharee.isCircle" class="avatar icon-circle" />
<div v-else-if="sharee.isCircle" class="avatar icon-circles" />
<Avatar v-else
:user="sharee.id"
:display-name="sharee.displayName"

View File

@ -1,4 +1,3 @@
<?php
script('tasks', 'tasks-main');
style('tasks', 'tasks');