mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Put the sidebar to the bottom rather than the top
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
3751f04cef
commit
15406eaff2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
.mx_CallViewSidebar {
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
top: 16px;
|
||||
bottom: 16px;
|
||||
z-index: 100; // To be above the primary feed
|
||||
max-width: 20%;
|
||||
min-width: 160px; // To match .mx_VideoFeed_voice
|
||||
|
|
Loading…
Reference in a new issue