mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 03:08:51 +02:00
Make expand buttons for treeview bigger on mobile view.
This should make it easier to press it on a touch screen.
This commit is contained in:
parent
fca2ad9d99
commit
7d0776e598
1 changed files with 7 additions and 0 deletions
|
@ -550,6 +550,13 @@ span.highlight {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.treeview span.icon {
|
||||||
|
width: 20px !important;
|
||||||
|
height: 20px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.fa-treeview {
|
.fa-treeview {
|
||||||
line-height: 1.428;
|
line-height: 1.428;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue