fixed buttons in mobile view

This commit is contained in:
2023-12-03 11:24:21 +01:00
parent ff066e02f3
commit 493cf882bf

View File

@@ -544,4 +544,10 @@
.theme-Baupm .flyout-menu a:active { .theme-Baupm .flyout-menu a:active {
color: #777; color: #777;
} }
.theme-Baupm #content>.contextual>a,
.theme-Baupm #content>.contextual .drdn,
.theme-Baupm p.buttons a {
min-width: 200px;
line-height: 1.8;
}
} }