Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
341
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
25
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TransFem.org
Sharkey
Commits
518f6e96
Commit
518f6e96
authored
6 years ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
🎨
parent
1e61ea15
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/client/app/mobile/views/components/widget-container.vue
+11
-8
11 additions, 8 deletions
src/client/app/mobile/views/components/widget-container.vue
src/client/app/mobile/views/pages/widgets.vue
+9
-2
9 additions, 2 deletions
src/client/app/mobile/views/pages/widgets.vue
with
20 additions
and
10 deletions
src/client/app/mobile/views/components/widget-container.vue
+
11
−
8
View file @
518f6e96
...
...
@@ -25,15 +25,12 @@ export default Vue.extend({
</
script
>
<
style
lang=
"stylus"
scoped
>
.mk-widget-container
background #eee
root(isDark)
background
isDark ? #21242f :
#eee
border-radius 8px
box-shadow 0
0 0
1px rgba(#000, 0.
2
)
box-shadow 0
4px
1
6
px rgba(#000, 0.
1
)
overflow hidden
&.hideHeader
background #fff
&.naked
background transparent !important
box-shadow none !important
...
...
@@ -44,8 +41,8 @@ export default Vue.extend({
padding 8px 10px
font-size 15px
font-weight normal
color #465258
background #fff
color
isDark ? #b8c5cc :
#465258
background
isDark ? #282c37 :
#fff
border-radius 8px 8px 0 0
> [data-fa]
...
...
@@ -65,4 +62,10 @@ export default Vue.extend({
font-size 15px
color #465258
.mk-widget-container[data-darkmode]
root(true)
.mk-widget-container:not([data-darkmode])
root(false)
</
style
>
This diff is collapsed.
Click to expand it.
src/client/app/mobile/views/pages/widgets.vue
+
9
−
2
View file @
518f6e96
...
...
@@ -141,17 +141,24 @@ export default Vue.extend({
<
style
lang=
"stylus"
scoped
>
main
margin 0 auto
padding 8px
max-width 500px
@media (min-width 500px)
padding 8px
padding 16px 8px
@media (min-width 600px)
padding 32px 8px
> header
padding 8px
background #fff
.widget
margin 8px
margin-bottom 8px
@media (min-width 600px)
margin-bottom 16px
.customize-container
margin 8px
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment