Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
pleroma-fe
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Your New SJW Waifu
pleroma-fe
Commits
ca7fd49f
Commit
ca7fd49f
authored
Oct 03, 2019
by
Your New SJW Waifu
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added spoopy banner
parent
ee500fe4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
src/App.js
src/App.js
+1
-0
src/App.scss
src/App.scss
+10
-0
src/App.vue
src/App.vue
+1
-0
No files found.
src/App.js
View file @
ca7fd49f
...
...
@@ -13,6 +13,7 @@ import MobileNav from './components/mobile_nav/mobile_nav.vue'
import
UserReportingModal
from
'
./components/user_reporting_modal/user_reporting_modal.vue
'
import
PostStatusModal
from
'
./components/post_status_modal/post_status_modal.vue
'
import
{
windowWidth
}
from
'
./services/window_utils/window_utils
'
import
Banner
from
'
./components/banner/banner.vue
'
export
default
{
name
:
'
app
'
,
...
...
src/App.scss
View file @
ca7fd49f
...
...
@@ -25,6 +25,16 @@ h4 {
margin
:
0
;
}
#banner-img
{
display
:
block
;
max-width
:
100%
;
height
:
auto
;
}
#banner
{
overflow
:
hidden
;
}
#content
{
box-sizing
:
border-box
;
padding-top
:
60px
;
...
...
src/App.vue
View file @
ca7fd49f
...
...
@@ -97,6 +97,7 @@
{{
$t
(
"
login.hint
"
)
}}
</router-link>
</div>
<banner
/>
<transition
name=
"fade"
>
<router-view
/>
</transition>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment