mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 17:21:17 -05:00
🐛 Fix styles on shared libraries section.
This commit is contained in:
parent
41cb5196d1
commit
2765883152
2 changed files with 6 additions and 5 deletions
|
@ -36,7 +36,8 @@
|
|||
|
||||
[:*
|
||||
[:header.dashboard-header
|
||||
[:h1.dashboard-title (tr "dashboard.header.libraries")]]
|
||||
[:section.dashboard-grid-container
|
||||
[:div.dashboard-title
|
||||
[:h1 (tr "dashboard.header.libraries")]]]
|
||||
[:section.dashboard-container
|
||||
[:& grid {:files files}]]]))
|
||||
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
|
||||
(ns app.main.ui.dashboard.projects
|
||||
(:require
|
||||
[okulary.core :as l]
|
||||
[rumext.alpha :as mf]
|
||||
[app.common.exceptions :as ex]
|
||||
[app.main.constants :as c]
|
||||
[app.main.data.dashboard :as dd]
|
||||
|
@ -22,7 +20,9 @@
|
|||
[app.util.dom :as dom]
|
||||
[app.util.i18n :as i18n :refer [t tr]]
|
||||
[app.util.router :as rt]
|
||||
[app.util.time :as dt]))
|
||||
[app.util.time :as dt]
|
||||
[okulary.core :as l]
|
||||
[rumext.alpha :as mf]))
|
||||
|
||||
(mf/defc header
|
||||
{::mf/wrap [mf/memo]}
|
||||
|
|
Loading…
Add table
Reference in a new issue