mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +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;
|
font-size: 9px;
|
||||||
position: relative;
|
position: relative;
|
||||||
color: rgba(255, 255, 255, 0.4);
|
color: rgba(255, 255, 255, 0.4);
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
>.fa-heart {
|
>.fa-heart {
|
||||||
display:none;
|
display:none;
|
||||||
|
|
|
@ -1497,6 +1497,7 @@ a.tag:hover {
|
||||||
color: #e93250;
|
color: #e93250;
|
||||||
vertical-align: .45em;
|
vertical-align: .45em;
|
||||||
margin-left: -.15em;
|
margin-left: -.15em;
|
||||||
|
display: inline;
|
||||||
}
|
}
|
||||||
.fa-user {
|
.fa-user {
|
||||||
margin-right: 0.25em;
|
margin-right: 0.25em;
|
||||||
|
|
|
@ -29,7 +29,10 @@
|
||||||
.username {
|
.username {
|
||||||
float: left;
|
float: left;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
width: 63%;
|
width: 63%;
|
||||||
|
height: 1.3em;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.site-stats {
|
.site-stats {
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -42,6 +45,9 @@
|
||||||
height: 1.4em;
|
height: 1.4em;
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
.site-tags .fa-tag {
|
.site-tags .fa-tag {
|
||||||
vertical-align: -2px;
|
vertical-align: -2px;
|
||||||
|
@ -54,6 +60,12 @@
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
a {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
width: 100%;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.int-Gall{
|
&.int-Gall{
|
||||||
|
@ -70,7 +82,8 @@
|
||||||
width:32%
|
width:32%
|
||||||
}
|
}
|
||||||
@media (max-device-width:480px), screen and (max-width:800px){
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
width:49%
|
width:48%;
|
||||||
|
margin:0 1% 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.suggestions {
|
&.suggestions {
|
||||||
|
@ -86,6 +99,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
|
padding: 4% 2%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin {
|
.admin {
|
||||||
|
|
Loading…
Add table
Reference in a new issue