mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-18 22:57:08 +00:00
(apps/notes) Responsive adjustments
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<div class="flex flex-col flex-auto w-160 min-w-160 -m-6">
|
<div class="flex flex-col flex-auto md:w-160 md:min-w-160 -m-6">
|
||||||
<ng-container *ngIf="(note$ | async) as note">
|
<ng-container *ngIf="(note$ | async) as note">
|
||||||
<!-- Image -->
|
<!-- Image -->
|
||||||
<ng-container *ngIf="note.image">
|
<ng-container *ngIf="note.image">
|
||||||
|
|||||||
Reference in New Issue
Block a user