mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Show dashboard list view for mobile users
This commit is contained in:
parent
3c08f91d8e
commit
2fd5aaf850
1 changed files with 9 additions and 1 deletions
|
@ -488,7 +488,7 @@
|
|||
.html-thumbnail.misc.fileimagehover .overlay {
|
||||
margin: 1px 0 0 2px;
|
||||
}
|
||||
.files .list.list-view {
|
||||
@mixin dashboard-list-view {
|
||||
padding: 0;
|
||||
|
||||
.upload-Boundary {
|
||||
|
@ -584,6 +584,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||
.files .list {
|
||||
@include dashboard-list-view;
|
||||
}
|
||||
}
|
||||
.files .list.list-view {
|
||||
@include dashboard-list-view;
|
||||
}
|
||||
.site-actions {
|
||||
float: left;
|
||||
margin-top: 20px;
|
||||
|
|
Loading…
Add table
Reference in a new issue