mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: truncate repo name(7ch by default) in small screen
do not hide repo header
This commit is contained in:
@@ -85,3 +85,14 @@
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#repo-name {
|
||||
@apply md:max-w-none;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 7ch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user