テーブルビルダーの編集アイコンをタブレットやモバイルで非表示にする?

Here a CSS snippet you could use to hide the Edit Table button on mobile:

.mobile-view .fullscreen-table-wrapper:hover .fullscreen-table-wrapper__buttons .btn-edit-table {
  display: none;
  opacity:0;
}
「いいね!」 3