[Glitch] Use container queries to hide profile share button
Port c94bedf4e6
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
main
parent
ce3978246b
commit
50d9cd66d3
|
@ -7976,6 +7976,7 @@ noscript {
|
||||||
|
|
||||||
.account__header {
|
.account__header {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
container: account-header / inline-size;
|
||||||
|
|
||||||
&.inactive {
|
&.inactive {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
@ -8078,7 +8079,7 @@ noscript {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (width <= 427px) {
|
@container account-header (max-width: 372px) {
|
||||||
.optional {
|
.optional {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue