@liiift-studio/mac-os9-ui 0.3.1 → 0.3.3
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/dist/index.cjs +8 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +10 -10
- package/dist/index.css.map +1 -1
- package/dist/index.js +8 -11
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2479,7 +2479,7 @@
|
|
|
2479
2479
|
}
|
|
2480
2480
|
|
|
2481
2481
|
.Tabs-module_tab--full-width {
|
|
2482
|
-
flex: 1;
|
|
2482
|
+
flex: 1 1 auto;
|
|
2483
2483
|
}
|
|
2484
2484
|
|
|
2485
2485
|
/* ========================================
|
|
@@ -2971,7 +2971,7 @@
|
|
|
2971
2971
|
top: 50%;
|
|
2972
2972
|
flex-grow: 1;
|
|
2973
2973
|
/* Responsive width - extends from right edge to center, with padding for title */
|
|
2974
|
-
flex: 1;
|
|
2974
|
+
flex: 1 1 auto;
|
|
2975
2975
|
/* max-width: 100px; */
|
|
2976
2976
|
height: 12px;
|
|
2977
2977
|
|
|
@@ -3144,7 +3144,7 @@
|
|
|
3144
3144
|
|
|
3145
3145
|
.Window-module_content {
|
|
3146
3146
|
/* Content area */
|
|
3147
|
-
flex: 1;
|
|
3147
|
+
flex: 1 1 auto;
|
|
3148
3148
|
overflow: auto;
|
|
3149
3149
|
|
|
3150
3150
|
/* Background - white content area like authentic Mac OS 9 */
|
|
@@ -3331,7 +3331,7 @@
|
|
|
3331
3331
|
/* Container for all menu items */
|
|
3332
3332
|
display: flex;
|
|
3333
3333
|
align-items: stretch;
|
|
3334
|
-
flex: 1;
|
|
3334
|
+
flex: 1 1 auto;
|
|
3335
3335
|
}
|
|
3336
3336
|
|
|
3337
3337
|
/* ========================================
|
|
@@ -3604,7 +3604,7 @@
|
|
|
3604
3604
|
|
|
3605
3605
|
.MenuItem-module_label {
|
|
3606
3606
|
/* Label text */
|
|
3607
|
-
flex: 1;
|
|
3607
|
+
flex: 1 1 auto;
|
|
3608
3608
|
overflow: hidden;
|
|
3609
3609
|
text-overflow: ellipsis;
|
|
3610
3610
|
white-space: nowrap;
|
|
@@ -3849,7 +3849,7 @@
|
|
|
3849
3849
|
background: var(--color-gray-200);
|
|
3850
3850
|
|
|
3851
3851
|
/* Layout */
|
|
3852
|
-
flex: 1;
|
|
3852
|
+
flex: 1 1 auto;
|
|
3853
3853
|
position: relative;
|
|
3854
3854
|
|
|
3855
3855
|
/* Cursor */
|
|
@@ -4008,7 +4008,7 @@
|
|
|
4008
4008
|
|
|
4009
4009
|
.ListView-module_headerCell:last-child {
|
|
4010
4010
|
border-right: none;
|
|
4011
|
-
flex: 1; /* Last column takes remaining space */
|
|
4011
|
+
flex: 1 1 auto; /* Last column takes remaining space */
|
|
4012
4012
|
}
|
|
4013
4013
|
|
|
4014
4014
|
.ListView-module_headerCell.ListView-module_sortable {
|
|
@@ -4030,7 +4030,7 @@
|
|
|
4030
4030
|
|
|
4031
4031
|
.ListView-module_body {
|
|
4032
4032
|
/* Layout */
|
|
4033
|
-
flex: 1;
|
|
4033
|
+
flex: 1 1 auto;
|
|
4034
4034
|
overflow-y: auto;
|
|
4035
4035
|
|
|
4036
4036
|
/* Background */
|
|
@@ -4084,7 +4084,7 @@
|
|
|
4084
4084
|
|
|
4085
4085
|
.ListView-module_cell:last-child {
|
|
4086
4086
|
border-right: none;
|
|
4087
|
-
flex: 1; /* Last cell takes remaining space */
|
|
4087
|
+
flex: 1 1 auto; /* Last cell takes remaining space */
|
|
4088
4088
|
}
|
|
4089
4089
|
|
|
4090
4090
|
.ListView-module_icon {
|
|
@@ -4148,7 +4148,7 @@
|
|
|
4148
4148
|
|
|
4149
4149
|
.FolderList-module_listView {
|
|
4150
4150
|
/* Fill the entire content area */
|
|
4151
|
-
flex: 1;
|
|
4151
|
+
flex: 1 1 auto;
|
|
4152
4152
|
|
|
4153
4153
|
/* Remove extra borders (Window already has a border) */
|
|
4154
4154
|
border: none;
|