Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
retribute.me
webclient
Commits
b76a2f86
Verified
Commit
b76a2f86
authored
Jun 06, 2019
by
Eliot Berriot
Browse files
Fixed some responsive issues
parent
cdd40971
Pipeline
#4230
passed with stages
in 1 minute and 13 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/MastodonForm.vue
View file @
b76a2f86
...
...
@@ -2,7 +2,7 @@
<form
@
submit.prevent=
"submit"
>
<div
class=
"row"
>
<div
class=
"input-field col s12"
>
<div
class=
"input-field col s12
l6
"
>
<input
v-model=
"domain"
id=
"domain"
placeholder=
"mastodon.server"
type=
"text"
class=
"validate"
>
<label
class=
"active"
for=
"domain"
>
Mastodon domain
</label>
</div>
...
...
src/components/Suggestions.vue
View file @
b76a2f86
...
...
@@ -28,7 +28,7 @@
</button>
</h2>
<div
class=
"row"
>
<div
class=
"input-field col
s
3"
>
<div
class=
"input-field col
l
3"
>
<input
v-model=
"maxDays"
id=
"maxDays"
placeholder=
"60"
type=
"number"
min=
"1"
step=
"5"
max=
"365"
class=
"validate"
>
<label
class=
"active"
for=
"maxDays"
>
Period (in days)
</label>
</div>
...
...
src/views/Connect.vue
View file @
b76a2f86
...
...
@@ -2,7 +2,7 @@
<div>
<h2>
Available sources
</h2>
<div
class=
"row"
>
<div
class=
"col
s
4"
v-for=
"source in sources"
:key=
"source.id"
>
<div
class=
"col
l
4"
v-for=
"source in sources"
:key=
"source.id"
>
<div
class=
"card"
>
<div
:class=
"['card-image', source.imageBackground]"
>
<img
:src=
"source.getLogo()"
>
...
...
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