Add min-width

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-06-12 13:50:25 +02:00
parent c5ee2a6b32
commit 6ae1f533e9
+2 -1
View File
@@ -19,7 +19,8 @@ limitations under the License.
right: 16px; right: 16px;
top: 16px; top: 16px;
z-index: 100; // To be above the primary feed z-index: 100; // To be above the primary feed
max-width: 15%; max-width: 20%;
min-width: 160px; // To match .mx_VideoFeed_voice
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }