mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Add fix
This commit is contained in:
parent
05c4fd907b
commit
d1d24b4a17
@ -698,7 +698,13 @@
|
||||
border-radius: @variables_radius;
|
||||
background-color: @cp_sidebar-left-bg;
|
||||
svg {
|
||||
margin: 0;
|
||||
margin-right: 0.25rem;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.cp-calendar-icon, .cp-calendar-actions {
|
||||
svg {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
&:not(.cp-unclickable) {
|
||||
cursor: pointer;
|
||||
@ -794,6 +800,8 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding: 0 5px;
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user