mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-15 18:49:21 +00:00
Remove redundant styles
This commit is contained in:
@@ -167,19 +167,9 @@ body[data-platform="ios"] {
|
|||||||
|
|
||||||
/* Hide everything but the subtitle in small windows */
|
/* Hide everything but the subtitle in small windows */
|
||||||
@media (max-height: 450px) {
|
@media (max-height: 450px) {
|
||||||
.bar {
|
.bar:has(.subtitle) > header {
|
||||||
display: none;
|
grid-template-rows: var(--cpd-space-4x) minmax(var(--cpd-space-5x), auto);
|
||||||
}
|
grid-template-areas: "." "subtitle";
|
||||||
|
|
||||||
.bar:has(.subtitle) {
|
|
||||||
display: initial;
|
|
||||||
> header {
|
|
||||||
grid-template-rows: var(--cpd-space-4x) minmax(
|
|
||||||
var(--cpd-space-5x),
|
|
||||||
auto
|
|
||||||
);
|
|
||||||
grid-template-areas: "." "subtitle";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
|
|||||||
Reference in New Issue
Block a user