Page MenuHomePhorge

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/src/components/poll/poll.scss b/src/components/poll/poll.scss
index 461c213733..4cf13a1fd8 100644
--- a/src/components/poll/poll.scss
+++ b/src/components/poll/poll.scss
@@ -1,72 +1,68 @@
.poll {
.votes {
display: flex;
flex-direction: column;
margin: 0 0 0.5em;
}
.poll-option {
margin: 0.75em 0.5em;
.input {
line-height: inherit;
}
}
.option-result {
height: 100%;
display: flex;
flex-direction: row;
position: relative;
color: var(--textLight);
}
.option-result-label {
display: flex;
align-items: center;
padding: 0.1em 0.25em;
z-index: 1;
word-break: break-word;
}
.result-percentage {
width: 3.5em;
flex-shrink: 0;
}
.result-fill {
height: 100%;
position: absolute;
border-radius: var(--roundness);
top: 0;
left: 0;
transition: width 0.5s;
}
- .option-vote {
- display: flex;
- align-items: center;
- }
-
input {
width: 3.5em;
}
.footer {
display: flex;
align-items: center;
+ flex-wrap: wrap;
}
&.loading * {
cursor: progress;
}
.poll-vote-button {
padding: 0 0.5em;
margin-right: 0.5em;
}
.poll-checkbox {
display: none;
}
}

File Metadata

Mime Type
text/x-diff
Expires
Sat, Sep 19, 8:09 AM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1764395
Default Alt Text
(1 KB)

Event Timeline