1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

adapt notifications buttons for small screens

This commit is contained in:
Rigel Kent 2020-07-24 12:05:36 +02:00 committed by Rigel Kent
parent 66927c0588
commit 225a7682e6
6 changed files with 43 additions and 7 deletions

View file

@ -15,8 +15,7 @@ import {
Max,
Model,
Table,
UpdatedAt,
Sequelize
UpdatedAt
} from 'sequelize-typescript'
import { FollowState } from '../../../shared/models/actors'
import { ActorFollow } from '../../../shared/models/actors/follow.model'