This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +26
-24
lines changed Expand file tree Collapse file tree 1 file changed +26
-24
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ limitations under the License.
16
16
*/
17
17
18
18
$MiniAppTileHeight : 200px ;
19
+ // TODO this should be 300px but that's too large
20
+ $MinWidth : 240px ;
19
21
20
22
.mx_AppsDrawer {
21
23
margin : $container-gap-width ;
@@ -88,6 +90,30 @@ $MiniAppTileHeight: 200px;
88
90
opacity : 0.8 ;
89
91
}
90
92
}
93
+
94
+ .mx_AppTile {
95
+ width : 50% ;
96
+ min-width : $MinWidth ;
97
+ }
98
+
99
+ & .mx_AppsDrawer_2apps .mx_AppTile {
100
+ width : 50% ;
101
+
102
+ & :nth-child (3 ) {
103
+ flex-grow : 1 ;
104
+ width : 0 !important ;
105
+ min-width : $MinWidth !important ;
106
+ }
107
+ }
108
+ & .mx_AppsDrawer_3apps .mx_AppTile {
109
+ width : 33% ;
110
+
111
+ & :nth-child (3 ) {
112
+ flex-grow : 1 ;
113
+ width : 0 !important ;
114
+ min-width : $MinWidth !important ;
115
+ }
116
+ }
91
117
}
92
118
93
119
.mx_AppsContainer_resizer {
@@ -122,31 +148,7 @@ $MiniAppTileHeight: 200px;
122
148
}
123
149
}
124
150
125
- // TODO this should be 300px but that's too large
126
- $MinWidth : 240px ;
127
-
128
- .mx_AppsDrawer_2apps .mx_AppTile {
129
- width : 50% ;
130
-
131
- & :nth-child (3 ) {
132
- flex-grow : 1 ;
133
- width : 0 !important ;
134
- min-width : $MinWidth !important ;
135
- }
136
- }
137
- .mx_AppsDrawer_3apps .mx_AppTile {
138
- width : 33% ;
139
-
140
- & :nth-child (3 ) {
141
- flex-grow : 1 ;
142
- width : 0 !important ;
143
- min-width : $MinWidth !important ;
144
- }
145
- }
146
-
147
151
.mx_AppTile {
148
- width : 50% ;
149
- min-width : $MinWidth ;
150
152
border : $container-border-width solid $widget-menu-bar-bg-color ;
151
153
display : flex ;
152
154
flex-direction : column ;
You can’t perform that action at this time.
0 commit comments