mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Merge branch 'calendar-readonly-icons-fix' into 2025.9-rc
This commit is contained in:
commit
50a25bee8f
@ -697,7 +697,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;
|
||||
@ -793,6 +799,8 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding: 0 5px;
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user