mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-29 07:38:54 +00:00
deploy: db783d85d7
This commit is contained in:
@@ -861,6 +861,10 @@ video {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.mt-3 {
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
||||
.mt-4 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
@@ -1174,6 +1178,10 @@ video {
|
||||
max-width: 541px;
|
||||
}
|
||||
|
||||
.max-w-\[600px\] {
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
.max-w-\[602px\] {
|
||||
max-width: 602px;
|
||||
}
|
||||
@@ -1202,6 +1210,10 @@ video {
|
||||
flex: 2.5;
|
||||
}
|
||||
|
||||
.flex-shrink {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.flex-grow {
|
||||
flex-grow: 1;
|
||||
}
|
||||
@@ -2081,6 +2093,10 @@ video {
|
||||
transition-duration: 150ms;
|
||||
}
|
||||
|
||||
.ease-in {
|
||||
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
||||
}
|
||||
|
||||
.placeholder\:text-base::-moz-placeholder {
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
@@ -2609,6 +2625,10 @@ video {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.md\:text-\[45px\] {
|
||||
font-size: 45px;
|
||||
}
|
||||
|
||||
.md\:text-\[55px\] {
|
||||
font-size: 55px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user