Fix css board can't be centered and add/delete cols button need to be visible on mobiles

This commit is contained in:
Luc Didry 2017-07-12 09:10:23 +02:00
parent 1a4b7fdc8d
commit 497c3a3e57
2 changed files with 5 additions and 1 deletions

View file

@ -41,3 +41,7 @@ h1 a.banner {
#revisions-list {
margin-top: 10px;
}
#add-col[style], #delete-col[style] {
display:inline !important; // No mouvehover effect on mobile
}