mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-29 01:09:15 +00:00
deploy: 10f41aa1c9
This commit is contained in:
+3
-1
@@ -292,10 +292,11 @@ header nav {
|
||||
max-height: 0;
|
||||
transform: translateY(-10px);
|
||||
transition: all .7s ease !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.active .sub-menu {
|
||||
max-height: 600px;
|
||||
max-height: 1000px;
|
||||
transform: translateY(0px);
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
@@ -306,6 +307,7 @@ header nav {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
transform: translateX(100%);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
header nav.open {
|
||||
|
||||
@@ -824,6 +824,10 @@ video {
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
|
||||
.mb-auto {
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
.ml-\[-15px\] {
|
||||
margin-left: -15px;
|
||||
}
|
||||
@@ -1016,6 +1020,10 @@ video {
|
||||
height: calc(100% - 81.42px);
|
||||
}
|
||||
|
||||
.h-\[calc\(100vh-66px\)\] {
|
||||
height: calc(100vh - 66px);
|
||||
}
|
||||
|
||||
.h-\[inherit\] {
|
||||
height: inherit;
|
||||
}
|
||||
@@ -2655,6 +2663,10 @@ video {
|
||||
height: 642px;
|
||||
}
|
||||
|
||||
.lg\:h-\[66px\] {
|
||||
height: 66px;
|
||||
}
|
||||
|
||||
.lg\:h-\[855px\] {
|
||||
height: 855px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user