mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 16:51:36 +02:00
Merge branch 'dashboard_list'
This commit is contained in:
commit
78dcd83191
2 changed files with 14 additions and 4 deletions
|
@ -492,7 +492,7 @@
|
|||
.html-thumbnail.misc.fileimagehover .overlay {
|
||||
margin: 1px 0 0 2px;
|
||||
}
|
||||
.files .list.list-view {
|
||||
@mixin dashboard-list-view {
|
||||
padding: 0;
|
||||
|
||||
.upload-Boundary {
|
||||
|
@ -588,6 +588,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
Add a link
Reference in a new issue