File tree 1 file changed +11
-0
lines changed 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 2261
2261
.list {
2262
2262
width : 100% ;
2263
2263
display : flex ;
2264
+ align-items : center ;
2264
2265
2265
2266
.item {
2266
2267
width : 100% ;
2267
2268
color : var (--color-text );
2268
2269
2269
2270
& :first-of-type {
2270
2271
border-radius : var (--border-radius ) 0 0 var (--border-radius );
2272
+ padding-left : .25rem ;
2271
2273
}
2272
2274
2273
2275
& :last-of-type {
2274
2276
border-radius : 0 var (--border-radius ) var (--border-radius ) 0 ;
2277
+ padding-right : .25rem ;
2275
2278
}
2276
2279
2277
2280
a {
2408
2411
border-radius : 0 ;
2409
2412
user-select : none ;
2410
2413
2414
+ @media @mediaSm {
2415
+ display : none ;
2416
+ }
2417
+
2411
2418
.bar {
2412
2419
white-space : nowrap ;
2413
2420
border : 0 ;
@@ -3099,6 +3106,10 @@ td.blob-excerpt {
3099
3106
.repository-summary-language-stats {
3100
3107
height : 48px ;
3101
3108
overflow : hidden ;
3109
+
3110
+ @media @mediaSm {
3111
+ height : auto ;
3112
+ }
3102
3113
}
3103
3114
3104
3115
.ui.form .right .ui.button {
You can’t perform that action at this time.
0 commit comments