Fix css board can't be centered and add/delete cols button need to be visible on mobiles
This commit is contained in:
parent
1a4b7fdc8d
commit
497c3a3e57
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue