@rypen-dev/shared-components 2.1.79 → 2.1.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rypen-dev/shared-components",
3
3
  "description": "Shared styles and Vuejs ui components for Rypen projects.",
4
- "version": "2.1.79",
4
+ "version": "2.1.82",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -890,8 +890,10 @@ select {
890
890
  margin-bottom: 6px;
891
891
  border: solid 1px $border-gray;
892
892
  cursor: pointer;
893
+ width: 46px;
894
+ height: 46px;
893
895
 
894
- &:hover {
896
+ body.hover-capable &:hover {
895
897
  border-color: $secondary-alt;
896
898
 
897
899
  .preview {
@@ -1047,6 +1049,8 @@ select {
1047
1049
  li {
1048
1050
  margin-right: 4px;
1049
1051
  margin-bottom: 4px;
1052
+ width: 40px;
1053
+ height: 40px;
1050
1054
 
1051
1055
  a {
1052
1056
  width: 30px;
@@ -536,6 +536,11 @@
536
536
  .editor-content & {
537
537
  margin-left: -10px;
538
538
  margin-right: -10px;
539
+
540
+ .non-table-list {
541
+ margin-left: 0;
542
+ margin-right: 0;
543
+ }
539
544
  }
540
545
 
541
546
  .header {