Merge remote-tracking branch 'origin/update-icons' into staging

This commit is contained in:
yflory 2025-10-13 16:03:16 +02:00
commit e6a6206631
3 changed files with 12 additions and 2 deletions

View File

@ -145,6 +145,9 @@
p:last-child {
margin-bottom: 0;
}
svg {
margin: 0;
}
}
#cp-loading-status {
display: flex;

View File

@ -31,10 +31,10 @@
display: flex;
align-items: center;
svg {
margin: 0;
margin: @variables_icon_margin;
}
.cp-broadcast {
margin: 0.5rem;
margin: @variables_icon_margin;
width: var(--avatar-width);
height: var(--avatar-width);
color: @cp_dropdown-fg;

View File

@ -248,6 +248,8 @@
border-radius: @variables_radius 0px 0px @variables_radius;
background-color: @cp_form-bg1;
color: @cryptpad_text_col;
display: inline-flex;
align-items: center;
&:focus-visible {
outline: @variables_focus_style;
}
@ -255,6 +257,9 @@
color: @cp_form-bg1;
background-color: @cryptpad_text_col;
}
svg {
margin: 0;
}
}
#cp-toggle-drag-on {
border-radius: 0px @variables_radius @variables_radius 0px !important;
@ -494,6 +499,8 @@
margin-bottom: 20px;
button {
width: 50px;
height: 36px;
margin-right: 0.5rem;
svg {
margin-right: 0;
}