[mirotalksfu] - #127 add css

هذا الالتزام موجود في:
Miroslav Pejic
2023-11-10 10:55:31 +01:00
الأصل f58d3c0b25
التزام 84f0b3c05a
2 ملفات معدلة مع 9 إضافات و1 حذوفات

عرض الملف

@@ -157,6 +157,14 @@
font-size: 13px; font-size: 13px;
} }
.chat .chat-header .chat-option-buttons {
position: absolute;
display: inline-flex;
top: 20px;
right: 20px;
z-index: 5;
}
/* Chat history */ /* Chat history */
.chat .chat-history { .chat .chat-history {
padding: 20px; padding: 20px;

عرض الملف

@@ -908,7 +908,7 @@ access to use this app.
</div> </div>
<!-- CHAT OPTIONS --> <!-- CHAT OPTIONS -->
<div style="position: absolute; display: inline-flex; z-index: 5; right: 20px; top: 20px"> <div class="chat-option-buttons">
<button id="chatTogglePin" class="hidden"> <button id="chatTogglePin" class="hidden">
<i class="fas fa-map-pin"></i> <i class="fas fa-map-pin"></i>
</button> </button>