@yesilyazilim/web.spa 1.0.44 → 1.0.45
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/index.css +4 -3
- package/index.css.map +1 -1
- package/index.js +27 -4
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/types.d.ts +2 -1
- package/types.d.ts.map +1 -1
package/index.css
CHANGED
|
@@ -12696,11 +12696,14 @@ app-button-list:not(.toolbar).vertical > button:last-child {
|
|
|
12696
12696
|
}
|
|
12697
12697
|
|
|
12698
12698
|
app-button-list:not(.toolbar).horizonal > button {
|
|
12699
|
+
width: auto;
|
|
12700
|
+
}
|
|
12701
|
+
|
|
12702
|
+
app-button-list:not(.toolbar).horizonal > button:first-child {
|
|
12699
12703
|
border-top-left-radius: var(--border-radius);
|
|
12700
12704
|
border-bottom-left-radius: var(--border-radius);
|
|
12701
12705
|
border-top-right-radius: 0;
|
|
12702
12706
|
border-bottom-right-radius: 0;
|
|
12703
|
-
width: auto;
|
|
12704
12707
|
}
|
|
12705
12708
|
|
|
12706
12709
|
app-button-list:not(.toolbar).horizonal > button:last-child {
|
|
@@ -13257,8 +13260,6 @@ app-treeview.desc, app-treeview.desc app-treeview-item > .treeItemContainer {
|
|
|
13257
13260
|
app-form {
|
|
13258
13261
|
gap: var(--spacing);
|
|
13259
13262
|
padding: var(--spacing);
|
|
13260
|
-
border: 1px solid var(--border-color);
|
|
13261
|
-
border-radius: var(--border-radius);
|
|
13262
13263
|
background: var(--background-color);
|
|
13263
13264
|
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
|
|
13264
13265
|
display: grid;
|