File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 22612261 .list {
22622262 width : 100% ;
22632263 display : flex ;
2264+ align-items : center ;
22642265
22652266 .item {
22662267 width : 100% ;
22672268 color : var (--color-text );
22682269
22692270 & :first-of-type {
22702271 border-radius : var (--border-radius ) 0 0 var (--border-radius );
2272+ padding-left : .25rem ;
22712273 }
22722274
22732275 & :last-of-type {
22742276 border-radius : 0 var (--border-radius ) var (--border-radius ) 0 ;
2277+ padding-right : .25rem ;
22752278 }
22762279
22772280 a {
24082411 border-radius : 0 ;
24092412 user-select : none ;
24102413
2414+ @media @mediaSm {
2415+ display : none ;
2416+ }
2417+
24112418 .bar {
24122419 white-space : nowrap ;
24132420 border : 0 ;
@@ -3099,6 +3106,10 @@ td.blob-excerpt {
30993106.repository-summary-language-stats {
31003107 height : 48px ;
31013108 overflow : hidden ;
3109+
3110+ @media @mediaSm {
3111+ height : auto ;
3112+ }
31023113}
31033114
31043115.ui.form .right .ui.button {
You can’t perform that action at this time.
0 commit comments