Browse
For agents
About
Assistant – Every Day Productivity Apps
/
0.7.0
Assistant – Every Day Productivity Apps
v0.7.0
Switch version
1.5.5
trunk
0.1.0
0.2.0
0.2.1
0.2.2
0.3.0
0.3.1
0.4
0.4.1
0.4.2
0.5.0
0.5.1
0.6.0
0.7.0
0.7.0.2
0.7.0.3
0.7.0.4
0.7.0.5
0.7.0.6
0.7.0.7
0.7.0.8
0.7.0.9
0.7.1
1.0
All 71 releases
Overview
Code
assistant
/
build
/
render.css
render.css
in Assistant – Every Day Productivity Apps 0.7.0, at build/render.css
1 lines
4.5 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
fl-asst
.
fl-asst-sidebar
{
position
:
relative
;
display
:
flex
;
flex-direction
:
column
;
flex-shrink
:
0
;
flex-grow
:
0
;
flex-basis
:
60
px
;
background
:
var
(
--fluid-opaque-13
)
;
box-shadow
:
0
0
1
px
var
(
--fluid-opaque-8
)
;
z-index
:
4
}
.
fl-asst
.
fl-asst-sidebar
.
disable-while-sorting
{
transition-property
:
opacity
;
transition-duration
:
.15
s
}
.
fl-asst
.
fl-asst-sidebar
.
is-sorting
.
disable-while-sorting
{
pointer-events
:
none
;
opacity
:
.3
}
.
fl-asst
.
fl-asst-is-mobile
.
fl-asst-sidebar
{
flex-direction
:
row-reverse
;
padding
:
var
(
--fluid-sm-space
)
;
margin-bottom
:
env(safe-area-inset-bottom
)
;
flex-basis
:
60
px
}
.
fl-asst
.
fl-asst-is-mobile
.
fl-asst-sidebar-cell
{
flex-direction
:
row
;
padding
:
0
}
.
fl-asst
.
fl-asst-is-mobile
.
fl-asst-sidebar-cell
.
fluid-button
{
height
:
auto
;
flex
:
0
1
60
px
;
min-width
:
50
px
}
.
fl-asst
.
fl-asst-is-mobile
.
fl-asst-sidebar-cell
.
fl-asst-sidebar-cell-middle
{
padding
:
0
;
margin
:
0
;
flex
:
1
1
auto
;
justify-content
:
space-around
}
.
fl-asst
.
fl-asst-is-mobile
.
fl-asst-sidebar-cell
.
fl-asst-sidebar-cell-middle
ul
{
flex-direction
:
row
;
flex
:
1
1
auto
}
.
fl-asst
.
fl-asst-is-mobile
.
fl-asst-sidebar-cell
.
fl-asst-sidebar-cell-middle
ul
li
{
flex
:
1
1
auto
}
.
fl-asst
.
fl-asst-is-mobile
.
fl-asst-sidebar-close-button
{
margin-bottom
:
0
!important
}
.
fl-asst
.
fl-asst-sidebar-cell
{
position
:
relative
;
padding
:
var
(
--fluid-sm-space
)
;
flex
:
0
0
auto
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
stretch
}
.
fl-asst
.
fl-asst-sidebar-cell
.
fl-asst-sidebar-cell-top
{
min-height
:
60
px
}
.
fl-asst
.
fl-asst-sidebar-cell
.
fl-asst-sidebar-cell-middle
{
padding
:
20
px
0
;
flex
:
0
0
auto
;
align-items
:
stretch
;
margin
:
auto
0
;
pointer-events
:
none
}
.
fl-asst
.
fl-asst-sidebar-cell
.
fl-asst-sidebar-cell-middle
.
fluid-button
{
pointer-events
:
auto
;
-webkit-backdrop-filter
:
blur
(
5
px
)
;
backdrop-filter
:
blur
(
5
px
)
}
.
fl-asst
.
fl-asst-sidebar-cell
.
fl-asst-sidebar-cell-middle
.
fluid-button
.
is-selected
{
background
:
var
(
--fluid-opaque-4
)
}
.
fl-asst
.
fl-asst-sidebar-cell
.
fl-asst-sidebar-cell-middle
>
div
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
}
.
fl-asst
.
fl-asst-sidebar-cell
.
fl-asst-sidebar-cell-middle
li
{
display
:
flex
;
justify-content
:
center
;
padding
:
5
px
0
}
.
fl-asst
.
fl-asst-sidebar-cell
.
fluid-button
{
height
:
50
px
}
.
fl-asst
.
fl-asst-sidebar-cell
ul
{
margin
:
0
;
padding
:
5
px
0
;
display
:
flex
;
flex-direction
:
column
}
.
fl-asst
.
fl-asst-sidebar-cell
ul
li
{
flex
:
0
0
auto
;
display
:
flex
;
flex-direction
:
row
;
align-items
:
stretch
}
.
fl-asst
.
fl-asst-sidebar-cell
ul
li
.
is-dragging
*
{
pointer-events
:
none
}
.
fl-asst
.
fl-asst-sidebar-cell
ul
li
.
fluid-button
{
flex
:
1
1
auto
}
.
fl-asst
.
fl-asst-sidebar-compact
.
fl-asst-sidebar-cell
.
fl-asst-sidebar-cell-middle
{
margin
:
0
;
flex
:
1
1
auto
;
padding
:
var
(
--fluid-sm-space
)
}
.
fl-asst
.
fl-asst-sidebar-compact
.
fl-asst-sidebar-cell
.
fluid-button
{
height
:
auto
;
min-height
:
36
px
;
flex
:
1
1
auto
}
.
fl-asst
.
fl-asst-sidebar-compact
.
fl-asst-sidebar-cell
ul
,
.
fl-asst
.
fl-asst-sidebar-compact
.
fl-asst-sidebar-cell
ul
li
{
flex
:
1
1
auto
}
@
media
screen
and
(
max-height
:
500
px
)
{
.
fl-asst
.
fl-asst-sidebar-cell
.
fl-asst-sidebar-cell-middle
{
padding
:
var
(
--fluid-sm-space
)
}
}
.
fl-asst
.
fl-asst-window-sidebar-only
.
fl-asst-sidebar-cell-top
{
pointer-events
:
none
}
.
fl-asst
.
fl-asst-window-sidebar-only
.
fl-asst-sidebar-close-button
{
pointer-events
:
auto
}
.
fluid-color-scheme-dark
.
fl-asst-sidebar
{
background
:
var
(
--fluid-opaque-1
)
;
box-shadow
:
0
0
2
px
#
000
}
.
fl-asst
.
fl-asst-main
{
display
:
flex
;
flex-direction
:
row
;
flex
:
1
1
auto
;
max-height
:
100
%
;
min-height
:
0
}
.
fl-asst
.
fl-asst-main
.
fl-asst-is-mobile
{
width
:
auto
;
flex-direction
:
column-reverse
}
.
fl-asst
.
fl-asst-main
.
fl-asst-is-mobile
.
fl-asst-main-content
{
max-width
:
none
}
.
fl-asst
.
fl-asst-main
.
fl-asst-main-content
{
flex
:
1
1
auto
;
position
:
relative
;
display
:
flex
;
flex-direction
:
column
;
max-height
:
100
%
;
min-height
:
0
;
z-index
:
0
;
overflow-x
:
hidden
}
.
fl-asst-screenshot
.
fl-asst-mount
{
display
:
none
}
.
fl-asst
.
remove-btn
{
margin-right
:
.5
rem
}
@
media
print
{
.
fl-asst
{
display
:
none
}
}
body
#
wpadminbar
{
z-index
:
99999
}
@
media
screen
and
(
max-width
:
782
px
)
{
#
wp-toolbar
>
ul
>
li
#
wp-admin-bar-fl_assistant_toggle_ui
{
display
:
block
}
}
.
fluid
.
fl-asst-frame-resize-handle
{
opacity
:
0
;
background
:
var
(
--fluid-blue
)
;
z-index
:
9999999
;
cursor
:
col-resize
}
.
fluid
.
fl-asst-frame-resize-handle
:
active
,
.
fluid
.
fl-asst-frame-resize-handle
:
hover
{
opacity
:
1
}
#
wp-admin-bar-fl_assistant_toggle_ui
{
user-select
:
none
}
#
wp-admin-bar-fl_assistant_toggle_ui
.
ab-item
{
cursor
:
pointer
}
.
fl-asst-screen-reader-text
{
left
:
40
px
;
position
:
absolute
;
transform
:
translateY
(
-400
%
)
;
min-height
:
var
(
--fluid-target-size
)
;
padding
:
var
(
--fluid-med-space
)
;
background
:
var
(
--fluid-box-background
)
;
color
:
var
(
--fluid-color
)
;
border-radius
:
var
(
--fluid-radius
)
}
.
fl-asst-screen-reader-text
:
focus
{
top
:
40
px
;
left
:
40
px
;
transform
:
translateY
(
0
)
}