mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
deploy: 10f8b8086e
This commit is contained in:
+8
-4
@@ -2355,10 +2355,6 @@ video {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sm\:inline {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.sm\:grid-cols-2 {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
@@ -2657,6 +2653,10 @@ video {
|
||||
height: 950px;
|
||||
}
|
||||
|
||||
.lg\:h-\[calc\(100vh-66px\)\] {
|
||||
height: calc(100vh - 66px);
|
||||
}
|
||||
|
||||
.lg\:h-auto {
|
||||
height: auto;
|
||||
}
|
||||
@@ -2666,6 +2666,10 @@ video {
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.lg\:max-h-\[888px\] {
|
||||
max-height: 888px;
|
||||
}
|
||||
|
||||
.lg\:w-2\/5 {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user