mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix text overflow of settings buttons and shrinking of icons #2201
This commit is contained in:
parent
32956fcdde
commit
fc3bd0d5ce
@ -65,6 +65,18 @@
|
||||
}
|
||||
|
||||
#cp-sidebarlayout-container {
|
||||
#cp-sidebarlayout-leftside {
|
||||
.cp-sidebarlayout-category {
|
||||
white-space: nowrap;
|
||||
svg {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.cp-sidebarlayout-category-name {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
#cp-sidebarlayout-rightside {
|
||||
input, button, span[tabindex="0"] {
|
||||
&:focus-visible {
|
||||
|
||||
@ -2072,7 +2072,7 @@ define([
|
||||
'data-category': key
|
||||
}, [
|
||||
icon,
|
||||
name,
|
||||
h('span.cp-sidebarlayout-category-name', name),
|
||||
])).appendTo($categories);
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user