Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F12554082
App.scss
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
App.scss
View Options
@
import
'./_variables.scss'
;
#
app
{
background-size
:
cover
;
background-attachment
:
fixed
;
background-repeat
:
no-repeat
;
background-position
:
0
50
px
;
min-height
:
100
vh
;
}
h4
{
margin
:
0
;
}
#
content
{
padding-top
:
60
px
;
}
.
text-center
{
text-align
:
center
;
}
body
{
font-family
:
sans-serif
;
font-size
:
14
px
;
margin
:
0
;
}
a
{
text-decoration
:
none
;
}
button
{
border
:
none
;
border-radius
:
5
px
;
&:hover
{
background-color
:
white
;
}
}
.
container
{
display
:
flex
;
flex-wrap
:
wrap
;
margin
:
0
;
padding
:
0
10
px
0
10
px
;
}
.
gaps
{
margin
:
-1
em
0
0
-1
em
;
}
.
item
{
flex
:
1
;
}
.
gaps
>
.
item
{
padding
:
1
em
0
0
1
em
;
}
.
auto-size
{
flex
:
1
}
nav
{
width
:
100
%
;
align-items
:
center
;
position
:
fixed
;
height
:
50
px
;
.inner-nav
{
padding-left
:
20
px
;
padding-right
:
20
px
;
display
:
flex
;
align-items
:
center
;
flex-basis
:
970
px
;
margin
:
auto
;
height
:
50
px
;
background-repeat
:
no-repeat
;
background-position
:
center
;
background-size
:
contain
;
}
}
main-router
{
flex
:
1
;
}
.
status
.
compact
{
color
:
rgba
(
0
,
0
,
0
,
0.42
);
font-weight
:
300
;
p
{
margin
:
0
;
font-size
:
0.8
em
}
}
/* Panel */
.
panel
{
display
:
flex
;
flex-direction
:
column
;
margin
:
0.5
em
;
border-radius
:
0.5
em
;
}
.
panel-heading
{
border-radius
:
0.5
em
0.5
em
0
0
;
background-size
:
cover
;
padding
:
0.6
em
0
;
text-align
:
center
;
font-size
:
1.3
em
;
line-height
:
24
px
;
}
.
panel-footer
{
border-radius
:
0
0
0.5
em
0.5
em
;
}
.
panel-body
>
p
{
line-height
:
18
px
;
padding
:
1
em
;
margin
:
0
;
}
#
content
{
margin
:
auto
;
max-width
:
980
px
;
border-radius
:
1
em
;
padding-bottom
:
1
em
;
background-color
:
rgba
(
0
,
0
,
0
,
0.1
);
}
.
media-body
{
flex
:
1
;
padding-left
:
0.5
em
;
}
.
container
>
*
{
min-width
:
0
px
;
}
.
user-info
{
color
:
white
;
padding
:
1
em
;
img
{
border
:
2
px
solid
;
border-radius
:
0.5
em
}
text-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0
.
5
);
.
user-name
{
margin-top
:
0.2
em
;
}
.
user-screen-name
{
margin-top
:
0.3
em
;
font-weight
:
lighter
;
padding-right
:
0.1
em
;
}
}
.
user-counts
{
display
:
flex
;
line-height
:
16
px
;
padding
:
1
em
1.5
em
0
em
1
em
;
text-align
:
center
;
}
.
user-count
{
flex
:
1
;
h5
{
font-size
:
1
em
;
font-weight
:
bolder
;
margin
:
0
0
0.25
em
;
}
}
.
fa
{
color
:
grey
;
}
.
status-actions
{
width
:
50
%
;
display
:
flex
;
div,
favorite-button
{
flex
:
1
;
}
}
status-text-container
{
display
:
block
;
}
.
status-el
{
line-height
:
18
px
;
.notify
{
.avatar
{
border-width
:
3
px
;
border-style
:
solid
;
}
}
.
media-left
{
img
{
margin-top
:
0.2
em
;
float
:
right
;
margin-right
:
0.3
em
;
border-radius
:
20
%
;
}
}
.
retweet-info
{
padding
:
0.7
em
0
0
0.6
em
;
.media-left
{
display
:
flex
;
i
{
align-self
:
center
;
text-align
:
right
;
flex
:
1
;
padding-right
:
0.3
em
;
}
}
}
.
media-heading
{
small
{
font-weight
:
lighter
;
}
margin-bottom
:
0
.
3em
;
}
}
nav
{
z-index
:
1000
;
}
.
fade-enter-active
,
.
fade-leave-active
{
transition
:
opacity
.2
s
}
.
fade-enter
,
.
fade-leave-active
{
opacity
:
0
}
.
main
{
flex
:
1
;
flex-basis
:
65
%
;
}
.
sidebar
{
flex
:
1
;
flex-basis
:
35
%
;
}
.
mobile-shown
{
display
:
none
;
}
.
panel-switcher
{
display
:
none
;
width
:
100
%
;
button
{
display
:
block
;
flex
:
1
;
margin
:
0.5
em
;
padding
:
0.5
em
;
}
}
@
media
all
and
(
max-width
:
959px
)
{
.
mobile-hidden
{
display
:
none
;
}
.
panel-switcher
{
display
:
flex
;
}
.
container
{
padding
:
0
0
0
0
;
}
.
panel
{
margin
:
0.5
em
0
0.5
em
0
;
}
}
.
item
.
right
{
text-align
:
right
;
padding-right
:
20
px
;
}
File Metadata
Details
Attached
Mime Type
text/x-asm
Expires
Sat, Nov 15, 3:05 AM (6 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
624367
Default Alt Text
App.scss (4 KB)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment