File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
utils/editors/text-diff/v3.0 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 104104 html
105105 {height : 100% ;font-family : arial}
106106 body
107- {display : flex;flex-direction : column;height : calc (100% - 40px );margin : 20px ; gap : 10 px }
107+ {display : flex;flex-direction : column;height : calc (100% - 40px );margin : 20px }
108108
109109 # output-hdr
110- {display : flex;gap : 10px ;}
110+ {display : flex;gap : 10px ;margin-bottom : 10 px }
111111 # output-hdr > div
112112 {display : flex;gap : 10px ;align-items : center;border : 1px solid lightgray;border-radius : 5px ;padding : 3px 5px }
113113 # output-show
140140
141141
142142 # main
143- {display : flex;flex : 1 ;margin : 5px 0 ; gap : 10 px }
143+ {display : flex;flex : 1 ;margin : 5px 0 }
144144
145145 # view1
146146 {flex : 1 ;display : flex;flex-direction : column;border : 1px solid var (--green );padding : 5px ;box-sizing : border-box}
149149 {flex : 1 ;display : flex;flex-direction : column;border : 1px solid var (--red );padding : 5px ;box-sizing : border-box}
150150
151151
152- # hdr
153- {display : flex;align-items : center;padding : 5px }
154152
155153 # label
156154 {flex : 1 ;text-align-center}
161159 # output
162160 {border : 1px solid lightgray;padding : 5px ;box-sizing : border-box}
163161
162+ # slider-1 , # slider-2
163+ {}
164164
165165 .red
166166 {position : absolute;background : var (--red );z-index : 20 }
You can’t perform that action at this time.
0 commit comments