mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-18 03:00:56 +01:00
Lists: mobile tweaks for the new UI
This commit is contained in:
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -453,6 +453,10 @@ textarea.frontmatter {
|
||||
&.collection-collapsed {
|
||||
height: 70px;
|
||||
overflow: hidden;
|
||||
|
||||
@include breakpoint(mobile-only) {
|
||||
height: 120px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -473,6 +477,14 @@ textarea.frontmatter {
|
||||
bottom: 0;
|
||||
cursor: move;
|
||||
|
||||
@include breakpoint(mobile-only) {
|
||||
width: 20px;
|
||||
|
||||
.fa {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
.fa {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
||||
Reference in New Issue
Block a user