mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
reduce screenshot size on news feed for mobile
This commit is contained in:
parent
2d9e6c520e
commit
54c14eb4cf
1 changed files with 10 additions and 0 deletions
|
@ -622,6 +622,8 @@
|
|||
.files .btn-group {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
.files.list-view .list {
|
||||
@include dashboard-list-view;
|
||||
|
@ -987,10 +989,18 @@ a.tag:hover {
|
|||
&:first-child .html-thumbnail.html {
|
||||
width: 540px;
|
||||
height: 405px;
|
||||
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||
width: 270px;
|
||||
height: 202px;
|
||||
}
|
||||
}
|
||||
&:first-child .html-thumbnail.html img {
|
||||
width: 540px;
|
||||
height: 405px;
|
||||
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||
width: 270px;
|
||||
height: 202px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.news-item .file .image-container {
|
||||
|
|
Loading…
Add table
Reference in a new issue