File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed
static/admin/simpleui-x/css Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
def get_version ():
5
- return '2025.05.26 '
5
+ return '2025.05.262 '
Original file line number Diff line number Diff line change @@ -110,11 +110,6 @@ tbody tr:hover th {
110
110
display : flex;
111
111
align-items : center;
112
112
}
113
- .form-row div : not (.edui-default ): not (.wmd-wrapper ) {
114
- display : flex;
115
- gap : 10px ;
116
- align-items : center;
117
- }
118
113
.form-row .fileBox {
119
114
flex : 1 ;
120
115
}
Original file line number Diff line number Diff line change @@ -129,11 +129,20 @@ tbody tr:hover td, tbody tr:hover th {
129
129
border-bottom : none !important ;
130
130
display :flex ;
131
131
align-items : center ;
132
- div :not (.edui-default ):not (.wmd-wrapper ){
133
- display :flex ;
134
- gap : 10px ;
135
- align-items : center ;
136
- }
132
+ // div:first-child{
133
+ // display: flex;
134
+ // align-items: center;
135
+ // gap: 10px;
136
+ // flex: 1;
137
+ // }
138
+ // div:not(:first-child){
139
+ // display: block;
140
+ // }
141
+ // div:not(.edui-default):not(.wmd-wrapper){
142
+ // display:flex;
143
+ // gap: 10px;
144
+ // align-items: center;
145
+ // }
137
146
.fileBox {
138
147
flex :1 ;
139
148
}
You can’t perform that action at this time.
0 commit comments