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
Luc Didry
kresus
Commits
95e870b5
Commit
95e870b5
authored
Mar 05, 2019
by
Nicolas Frandeboeuf
Committed by
Benjamin Bouvier
Mar 07, 2019
Browse files
Settings/logs: move delete button to the end on mobile
parent
3e8c4e16
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/css/sections/settings/all.css
View file @
95e870b5
...
...
@@ -68,18 +68,19 @@
.settings-logs
>
.buttons-toolbar
>
button
:last-child
{
margin-left
:
auto
;
margin-right
:
none
;
margin-right
:
0
;
}
@media
screen
and
(
max-width
:
768px
)
{
.settings-logs
>
.buttons-toolbar
{
display
:
block
;
}
.settings-logs
>
.buttons-toolbar
>
button
{
width
:
100%
;
margin-right
:
0
;
margin-bottom
:
0.5em
;
}
.settings-logs
>
.buttons-toolbar
>
button
.danger
{
order
:
3
;
}
}
.settings-logs
pre
{
...
...
Write
Preview
Supports
Markdown
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