UX: Create new poll via modal

This commit is contained in:
10G Meow 2023-01-05 09:35:47 +00:00 committed by N Pex
parent b6ee49e5f9
commit ad7544a765
5 changed files with 92 additions and 107 deletions

View file

@ -38,6 +38,9 @@
padding: 15px 14px;
margin: 0px;
height: 48px;
&:hover {
cursor: pointer;
}
&.winner {
font-weight: 700;
}
@ -50,8 +53,9 @@
&.result {
border: none;
padding: 15px 0px;
}
.poll-answer-title {
&:hover {
cursor: default;
}
}
.poll-answer-num-votes {
font-size: 0.75rem;
@ -207,6 +211,7 @@
// Creation dialog
//
.poll-create {
height: 500px;
overflow-x: hidden;
overflow-y: auto;
.poll-create-dialog-content {