UNPKG
@hellowearemito/payload-plugin-recently-visited
Version:
latest (0.1.7)
legacy (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.2
0.1.0
A plugin for Payload CMS to list recently visited items on the admin dashboard
@hellowearemito/payload-plugin-recently-visited
/
dist
/
RecentlyVisitedPlugin.css
16 lines
(15 loc)
•
300 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.RecentlyVisitedPluginNav
{
.nav-group__content
{
.nav__link
{
display
: block;
white-space
: nowrap;
overflow
: hidden;
text-overflow
: ellipsis;
max-width
:
100%
;
background
: none;
color
: currentColor;
text-align
: left;
margin
:
0
; } } }