Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
generateur-slogans
Commits
3ff8357d
Verified
Commit
3ff8357d
authored
Oct 17, 2017
by
Thibaut Broggi
Browse files
Change colorpicker size on very small screens
parent
05c1e844
Pipeline
#1426
passed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
static/style.css
View file @
3ff8357d
...
...
@@ -241,6 +241,12 @@ body {
main
>
div
:first-child
>
a
>
.text
{
display
:
none
;
}
.colorpicker
>
label
{
width
:
60px
!important
;
height
:
60px
!important
;
padding
:
.5em
!important
;
}
}
@media
(
min-width
:
992px
)
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment