mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-03 10:07:55 +01:00
Media Viewer: Fix hiding footer (#1230)
This commit is contained in:
parent
22999a60e6
commit
9f10464f8c
@ -3,6 +3,7 @@
|
||||
bottom: 0;
|
||||
padding: 1rem 0;
|
||||
width: 100%;
|
||||
transition: opacity .15s;
|
||||
|
||||
#MediaViewer.zoomed & {
|
||||
display: none;
|
||||
@ -45,9 +46,7 @@
|
||||
}
|
||||
|
||||
&.is-hidden {
|
||||
.media-viewer-footer-content {
|
||||
opacity: 0;
|
||||
}
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.media-text {
|
||||
|
Loading…
Reference in New Issue
Block a user