social nav + search system #37

Merged
freakoverse merged 22 commits from staging into master 2024-09-18 10:08:04 +00:00
Showing only changes of commit 49ed027b5c - Show all commits

View File

@ -145,11 +145,11 @@
} }
.IBMSMSMSSS_Author_Top_Name { .IBMSMSMSSS_Author_Top_Name {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: rgba(255,255,255,0.75); color: rgba(255,255,255,0.75);
max-width: 223px; display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 1;
} }
.IBMSMSMSSS_Author_Top_PPWrapper { .IBMSMSMSSS_Author_Top_PPWrapper {
@ -161,10 +161,10 @@
.IBMSMSMSSS_Author_Top_Handle { .IBMSMSMSSS_Author_Top_Handle {
color: rgba(255,255,255,0.5); color: rgba(255,255,255,0.5);
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden; overflow: hidden;
white-space: nowrap; -webkit-line-clamp: 1;
text-overflow: ellipsis;
max-width: 223px;
} }
.IBMSMSMSSS_Author_Top_Handle.IBMSMSMSSS_Author_Top_HandleNomen { .IBMSMSMSSS_Author_Top_Handle.IBMSMSMSSS_Author_Top_HandleNomen {