mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
More graphical site update events on news feed
This commit is contained in:
parent
43959d5185
commit
876a701be1
1 changed files with 17 additions and 7 deletions
|
@ -781,21 +781,31 @@ a.tag:hover {
|
||||||
color: #aaa!important;
|
color: #aaa!important;
|
||||||
}
|
}
|
||||||
.news-item .files {
|
.news-item .files {
|
||||||
background: #F5F5F5;
|
background: #fff;
|
||||||
padding: 0px 10px 6px 0px;
|
padding: 0px;
|
||||||
border-top: 1px solid #E7E7E7;
|
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
.news-item .file {
|
.news-item .file {
|
||||||
width: 90px;
|
width: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-left: 17px;
|
margin-left: 0;
|
||||||
margin-top: 10px;
|
margin-right: 17px;
|
||||||
|
|
||||||
|
.html-thumbnail {
|
||||||
|
width: 102px;
|
||||||
|
}
|
||||||
|
&:first-child .html-thumbnail.html {
|
||||||
|
width: 322px;
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
|
&:first-child .html-thumbnail.html img {
|
||||||
|
width: 322px;
|
||||||
|
height: 200px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.news-item .file .image-container {
|
.news-item .file .image-container {
|
||||||
height: 63px;
|
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue