mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(boards box): don't let addresses wrap, show ellipsis instead
This commit is contained in:
@@ -158,7 +158,7 @@
|
||||
content: '✔ ';
|
||||
}
|
||||
|
||||
.list a {
|
||||
.list, .subplebbit a {
|
||||
color: var(--homepage-box-link-text-color);
|
||||
text-decoration: var(--homepage-box-link-text-decoration);
|
||||
}
|
||||
@@ -195,6 +195,12 @@
|
||||
display: table;
|
||||
}
|
||||
|
||||
.boardsBoxContent .subplebbit {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.boardsBoxContent .column {
|
||||
float: left;
|
||||
width: 168px;
|
||||
|
||||
Reference in New Issue
Block a user