mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(home): push subs that are offline at the end of the list, show offline icon
This commit is contained in:
@@ -124,6 +124,17 @@
|
||||
text-decoration: var(--homepage-box-link-text-decoration-hover);
|
||||
}
|
||||
|
||||
.list span {
|
||||
display: inline-block;
|
||||
font-weight: 700;
|
||||
color: var(--homepage-box-link-text-color);
|
||||
}
|
||||
|
||||
.list span:hover {
|
||||
color: var(--homepage-box-link-text-color-hover);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.boardsBoxContent {
|
||||
font-size: 93%;
|
||||
padding: 0.5em;
|
||||
@@ -135,11 +146,26 @@
|
||||
|
||||
.boardsBoxContent .column {
|
||||
float: left;
|
||||
width: 163px;
|
||||
margin-right: 20px;
|
||||
min-width: 163px;
|
||||
padding-right: 20px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.subplebbit {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.offlineIcon {
|
||||
background-image: url('/public/assets/icons/offline.png');
|
||||
background-size: 100%;
|
||||
position: absolute;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
margin-left: 3px;
|
||||
display: inline-block;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
.boardsBoxContent h3 {
|
||||
font-size: 100%;
|
||||
font-weight: 700;
|
||||
|
||||
Reference in New Issue
Block a user