mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-01 21:25:18 +00:00
Make it clearer why the app bar elements need to be hidden individually
This commit is contained in:
@@ -71,15 +71,17 @@
|
|||||||
@media (max-height: 450px) {
|
@media (max-height: 450px) {
|
||||||
.bar {
|
.bar {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bar:has(.subtitle) {
|
||||||
|
display: initial;
|
||||||
|
|
||||||
.title,
|
.title,
|
||||||
.primaryButton,
|
.primaryButton,
|
||||||
.secondaryButton {
|
.secondaryButton {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.bar:has(.subtitle) {
|
|
||||||
display: initial;
|
|
||||||
> header {
|
> header {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
grid-template-rows: var(--cpd-space-5x) minmax(var(--cpd-space-5x), auto);
|
grid-template-rows: var(--cpd-space-5x) minmax(var(--cpd-space-5x), auto);
|
||||||
|
|||||||
Reference in New Issue
Block a user