mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 16:01:39 +02: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
|
[:header.dashboard-header
|
||||||
[:h1.dashboard-title (tr "dashboard.header.libraries")]]
|
[:div.dashboard-title
|
||||||
[:section.dashboard-grid-container
|
[:h1 (tr "dashboard.header.libraries")]]]
|
||||||
|
[:section.dashboard-container
|
||||||
[:& grid {:files files}]]]))
|
[:& grid {:files files}]]]))
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
|
|
||||||
(ns app.main.ui.dashboard.projects
|
(ns app.main.ui.dashboard.projects
|
||||||
(:require
|
(:require
|
||||||
[okulary.core :as l]
|
|
||||||
[rumext.alpha :as mf]
|
|
||||||
[app.common.exceptions :as ex]
|
[app.common.exceptions :as ex]
|
||||||
[app.main.constants :as c]
|
[app.main.constants :as c]
|
||||||
[app.main.data.dashboard :as dd]
|
[app.main.data.dashboard :as dd]
|
||||||
|
@ -22,7 +20,9 @@
|
||||||
[app.util.dom :as dom]
|
[app.util.dom :as dom]
|
||||||
[app.util.i18n :as i18n :refer [t tr]]
|
[app.util.i18n :as i18n :refer [t tr]]
|
||||||
[app.util.router :as rt]
|
[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/defc header
|
||||||
{::mf/wrap [mf/memo]}
|
{::mf/wrap [mf/memo]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue