Styling tweaks for channel polls

This commit is contained in:
N-Pex 2024-11-04 13:06:25 +01:00
parent e31ea61c97
commit 867696af86
3 changed files with 38 additions and 32 deletions

View file

@ -124,8 +124,17 @@
}
}
.poll-bubble svg {
color: black;
}
.poll-answer {
border-radius: 10px;
&.selected {
font-weight: 500;
}
}
.poll-check-icon {
display: none;
}
.messageOut.pinned,

View file

@ -37,7 +37,7 @@
border-radius: 4px;
padding: 15px 14px;
margin: 0px;
height: $min-touch-target;
min-height: $min-touch-target;
&:hover {
cursor: pointer;
}
@ -165,6 +165,7 @@
color: white;
text-transform: uppercase;
height: 42px;
min-width: 132px;
}
.poll-disclose {