[mirotalksfu] - improve real-time poll UI

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-18 15:25:05 +02:00
الأصل b569880cb4
التزام 5a4a20ad4b
6 ملفات معدلة مع 40 إضافات و31 حذوفات

عرض الملف

@@ -10,7 +10,7 @@
height: 100%;
max-width: 600px;
max-height: 700px;
overflow-x: hidden;
overflow: hidden;
}
.poll-header {
@@ -21,6 +21,12 @@
cursor: move;
}
.polls {
width: 100%;
height: 100%;
overflow-x: hidden;
}
.poll-creation {
border-radius: var(--border-radius);
margin-bottom: 20px;
@@ -103,6 +109,7 @@
.polls-container {
margin-top: 20px;
margin-bottom: 70px;
}
.poll {
@@ -169,4 +176,4 @@
float: right;
right: 20px;
font-size: 1.3rem;
}
}