mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
0552b4e9b7
3 changed files with 20 additions and 1 deletions
|
@ -253,6 +253,7 @@
|
|||
font-size: 9px;
|
||||
position: relative;
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
display: inline-block;
|
||||
|
||||
>.fa-heart {
|
||||
display:none;
|
||||
|
|
|
@ -1497,6 +1497,7 @@ a.tag:hover {
|
|||
color: #e93250;
|
||||
vertical-align: .45em;
|
||||
margin-left: -.15em;
|
||||
display: inline;
|
||||
}
|
||||
.fa-user {
|
||||
margin-right: 0.25em;
|
||||
|
|
|
@ -29,7 +29,10 @@
|
|||
.username {
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 63%;
|
||||
height: 1.3em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.site-stats {
|
||||
float: right;
|
||||
|
@ -42,6 +45,9 @@
|
|||
height: 1.4em;
|
||||
float: left;
|
||||
margin-top: -4px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.site-tags .fa-tag {
|
||||
vertical-align: -2px;
|
||||
|
@ -54,6 +60,12 @@
|
|||
margin-top: 8px;
|
||||
margin-bottom: 2px;
|
||||
white-space: nowrap;
|
||||
a {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
&.int-Gall{
|
||||
|
@ -70,7 +82,8 @@
|
|||
width:32%
|
||||
}
|
||||
@media (max-device-width:480px), screen and (max-width:800px){
|
||||
width:49%
|
||||
width:48%;
|
||||
margin:0 1% 12px;
|
||||
}
|
||||
}
|
||||
&.suggestions {
|
||||
|
@ -86,6 +99,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-device-width:480px), screen and (max-width:800px){
|
||||
padding: 4% 2%;
|
||||
}
|
||||
}
|
||||
|
||||
.admin {
|
||||
|
|
Loading…
Add table
Reference in a new issue