Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33103388
8859.d26a3b0841a7beb8fd4a.css.map
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
8859.d26a3b0841a7beb8fd4a.css.map
View Options
{
"version"
:
3
,
"file"
:
"static/css/8859.d26a3b0841a7beb8fd4a.css"
,
"mappings"
:
"AACA,mBACE,qBACA,kBAGF,kBACE,gBACA,eACA,kBCRF,yBACE,qBACA,kBAGF,wBACE,gBACA,eACA,kBCRF,cACE,qBACA,kBAEA,8BACE,iBAIJ,eACE,gBACA,eACA,kBCXA,+BACE,cAEA,YACA,mBAFA,UAEA,CAGF,qCAEE,aACA,sBAFA,gBAGA,WAIA,8CAEE,qBADA,kBACA,CAGF,wCAME,kBAHA,cAFA,OAIA,WAEA,eAAc,CAHd,cAFA,OAKA,CAGF,2CAGE,iBADA,eADA,OAEA,CAGF,4CAEE,eADA,QAEA,eAIJ,6BACE,mBAEA,uEAEE,WCjDJ,2BACE,UAGF,yBACE,kBAGF,wBAEE,qBAKA,SACA,OAHA,WAJA,kBAQA,OAAM,CAHN,MAFA,SAKA,CAGF,kBAEE,iBAGA,eADA,kBAHA,uBAEA,kBAEA,CCxBJ,uBACE,YAEA,qCACE,0CACA,qBACA,qBAEA,oFAEE,cACA,mBAEA,0GACE,gBAIJ,sDACE,aAEA,mEACE,SACA,kBAIJ,gDACE,mBAEA,kBADA,gBACA,CAGF,4CACE,eAGF,8CAGE,aADA,eADA,UAEA,CAGF,wGAEE,sBACA,SCnCW"
,
"sources"
:
[
"webpack://pleroma_fe/./src/components/settings_modal/helpers/modified_indicator.vue"
,
"webpack://pleroma_fe/./src/components/settings_modal/helpers/profile_setting_indicator.vue"
,
"webpack://pleroma_fe/./src/components/settings_modal/helpers/draft_buttons.vue"
,
"webpack://pleroma_fe/./src/components/settings_modal/helpers/attachment_setting.vue"
,
"webpack://pleroma_fe/./src/components/settings_modal/admin_tabs/frontends_tab.scss"
,
"webpack://pleroma_fe/./src/components/settings_modal/settings_modal_admin_content.scss"
,
"webpack://pleroma_fe/./src/_variables.scss"
],
"sourcesContent"
:
[
"
\n
.ModifiedIndicator {
\n
display: inline-block;
\n
position: relative;
\n
}
\n\n
.modified-tooltip {
\n
margin: 0.5em 1em;
\n
min-width: 10em;
\n
text-align: center;
\n
}
\n
"
,
"
\n
.ProfileSettingIndicator {
\n
display: inline-block;
\n
position: relative;
\n
}
\n\n
.profilesetting-tooltip {
\n
margin: 0.5em 1em;
\n
min-width: 10em;
\n
text-align: center;
\n
}
\n
"
,
"
\n
.DraftButtons {
\n
display: inline-block;
\n
position: relative;
\n\n
.button-default {
\n
margin-left: 0.5em;
\n
}
\n
}
\n\n
.draft-tooltip {
\n
margin: 0.5em 1em;
\n
min-width: 10em;
\n
text-align: center;
\n
}
\n
"
,
"
\n
.AttachmentSetting {
\n
.attachment {
\n
display: block;
\n
width: 100%;
\n
height: 15em;
\n
margin-bottom: 0.5em;
\n
}
\n\n
.attachment-input {
\n
margin-left: 1em;
\n
display: flex;
\n
flex-direction: column;
\n
width: 20em;
\n
}
\n\n
&.-compact {
\n
.attachment-input {
\n
flex-direction: row;
\n
align-items: flex-end;
\n
}
\n\n
.attachment {
\n
flex: 0;
\n
order: 0;
\n
display: block;
\n
min-width: 4em;
\n
height: 4em;
\n
align-self: center;
\n
margin-bottom: 0;
\n
}
\n\n
.control-field {
\n
order: 1;
\n
min-width: 12em;
\n
margin-left: 0.5em;
\n
}
\n\n
.control-upload {
\n
order: 2;
\n
min-width: 12em;
\n
padding: 0 0.5em;
\n
}
\n
}
\n\n
.controls {
\n
margin-bottom: 0.5em;
\n\n
input,
\n
button {
\n
width: 100%;
\n
}
\n
}
\n
}
\n
"
,
".frontends-tab {
\n
.cards-list {
\n
padding: 0;
\n
}
\n\n
.relative {
\n
position: relative;
\n
}
\n\n
.overlay {
\n
position: absolute;
\n
background: var(--bg);
\n
// fix buttons showing through
\n
z-index: 2;
\n
opacity: 0.9;
\n
top: 0;
\n
bottom: 0;
\n
left: 0;
\n
right: 0;
\n
}
\n\n
dd {
\n
text-overflow: ellipsis;
\n
word-wrap: nowrap;
\n
white-space: nowrap;
\n
overflow-x: hidden;
\n
max-width: 10em;
\n
}
\n
}
\n
"
,
"@import
\"
src/variables
\"
;
\n\n
.settings_tab-switcher {
\n
height: 100%;
\n\n
.setting-item {
\n
border-bottom: 2px solid var(--fg, $fallback--fg);
\n
margin: 1em 1em 1.4em;
\n
padding-bottom: 1.4em;
\n\n
> div,
\n
> label {
\n
display: block;
\n
margin-bottom: 0.5em;
\n\n
&:last-child {
\n
margin-bottom: 0;
\n
}
\n
}
\n\n
.select-multiple {
\n
display: flex;
\n\n
.option-list {
\n
margin: 0;
\n
padding-left: 0.5em;
\n
}
\n
}
\n\n
&:last-child {
\n
border-bottom: none;
\n
padding-bottom: 0;
\n
margin-bottom: 1em;
\n
}
\n\n
select {
\n
min-width: 10em;
\n
}
\n\n
textarea {
\n
width: 100%;
\n
max-width: 100%;
\n
height: 100px;
\n
}
\n\n
.unavailable,
\n
.unavailable svg {
\n
color: var(--cRed, $fallback--cRed);
\n
color: $fallback--cRed;
\n
}
\n
}
\n
}
\n
"
,
"$main-color: #f58d2c;
\n
$main-background: white;
\n
$darkened-background: whitesmoke;
\n\n
$fallback--bg: #121a24;
\n
$fallback--fg: #182230;
\n
$fallback--faint: rgb(185 185 186 / 50%);
\n
$fallback--text: #b9b9ba;
\n
$fallback--link: #d8a070;
\n
$fallback--icon: #666;
\n
$fallback--lightBg: rgb(21 30 42);
\n
$fallback--lightText: #b9b9ba;
\n
$fallback--border: #222;
\n
$fallback--cRed: #f00;
\n
$fallback--cBlue: #0095ff;
\n
$fallback--cGreen: #0fa00f;
\n
$fallback--cOrange: orange;
\n\n
$fallback--alertError: rgb(211 16 20 / 50%);
\n
$fallback--alertWarning: rgb(111 111 20 / 50%);
\n\n
$fallback--panelRadius: 10px;
\n
$fallback--checkboxRadius: 2px;
\n
$fallback--btnRadius: 4px;
\n
$fallback--inputRadius: 4px;
\n
$fallback--tooltipRadius: 5px;
\n
$fallback--avatarRadius: 4px;
\n
$fallback--avatarAltRadius: 10px;
\n
$fallback--attachmentRadius: 10px;
\n
$fallback--chatMessageRadius: 10px;
\n\n
$fallback--buttonShadow: 0 0 2px 0 rgb(0 0 0 / 100%),
\n
0 1px 0 0 rgb(255 255 255 / 20%) inset,
\n
0 -1px 0 0 rgb(0 0 0 / 20%) inset;
\n\n
$status-margin: 0.75em;
\n
"
],
"names"
:
[],
"sourceRoot"
:
""
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 20, 1:45 PM (22 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
973749
Default Alt Text
8859.d26a3b0841a7beb8fd4a.css.map (4 KB)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment