fix css for mobile devices
Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
@@ -856,18 +856,19 @@ button.button-inline:hover {
|
|||||||
.board-header-controls.app-popover-menu-utils {
|
.board-header-controls.app-popover-menu-utils {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stack {
|
|
||||||
width: 100%;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stack h2 .stack-actions {
|
.stack h2 .stack-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
.stack {
|
||||||
|
width: 100%;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Markdown rendering
|
* Markdown rendering
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user