This repository was archived by the owner on Mar 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -69,29 +69,32 @@ export default {
69
69
}
70
70
.noselect {
71
71
-webkit-touch-callout : none ; /* iOS Safari */
72
- -webkit-user-select : none ; /* Safari */
73
- -khtml-user-select : none ; /* Konqueror HTML */
74
- -moz-user-select : none ; /* Old versions of Firefox */
75
- -ms-user-select : none ; /* Internet Explorer/Edge */
76
- user-select : none ; /* Non-prefixed version, currently
72
+ -webkit-user-select : none ; /* Safari */
73
+ -khtml-user-select : none ; /* Konqueror HTML */
74
+ -moz-user-select : none ; /* Old versions of Firefox */
75
+ -ms-user-select : none ; /* Internet Explorer/Edge */
76
+ user-select : none ; /* Non-prefixed version, currently
77
77
supported by Chrome, Edge, Opera and Firefox */
78
78
cursor : default ;
79
79
}
80
80
p {
81
- margin : 4px 0 ;
82
- }
83
- .time {
84
- width : 50px ;
85
- font-size : 16px ;
86
- flex : 0 0 50px ;
81
+ margin : 0 ;
87
82
}
83
+ div .time ,
88
84
div .info {
89
85
display : flex ;
90
86
flex-flow : column nowrap ;
91
87
justify-content : center ;
92
- min-width : 0 ;
88
+ font-size : 16 px ;
93
89
height : 100% ;
94
90
}
91
+ div .time {
92
+ width : 50px ;
93
+ flex : 0 0 50px ;
94
+ }
95
+ div .info {
96
+ min-width : 0 ;
97
+ }
95
98
.info > p {
96
99
width : 100% ;
97
100
overflow : hidden ;
You can’t perform that action at this time.
0 commit comments