1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

frontend: display options at the bottom on mobile

This commit is contained in:
Adhityaa Chandrasekar
2018-12-20 01:27:55 -05:00
parent 06c71f4e65
commit e4f71fe402
2 changed files with 33 additions and 8 deletions

View File

@ -186,6 +186,16 @@
z-index: 2;
}
.commento-options-mobile {
margin-right: 12px;
}
.commento-options-clearfix {
height: 38px;
width: 1px;
display: block;
}
.commento-moderation {
height: 48px;
}