Skip to content

Commit 094e297

Browse files
Copilotabchatra
andcommitted
Fix Share button cut off in iPad portrait mode
Co-authored-by: abchatra <[email protected]>
1 parent 8106c00 commit 094e297

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

theme/home.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,13 @@
639639
}
640640
}
641641
.detailview {
642+
.yt-button, button.home-share-button {
643+
display: block;
644+
width: 100%;
645+
margin-bottom: 0.5rem;
646+
font-size: 1rem !important;
647+
padding: 0.7rem 1rem !important;
648+
}
642649
.actions .card-action {
643650
max-width: 10rem;
644651
.button.attached .icon:not(.xicon) {

0 commit comments

Comments
 (0)