File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
atcoder-problems-frontend/src/style Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,21 @@ code {
102
102
white-space : unset ;
103
103
word-break : break-word ;
104
104
}
105
+
106
+ div .btn-group.table-tab {
107
+ display : block ;
108
+ }
109
+
110
+ div .btn-group.table-tab > button .btn :not (:last-child ):not (.dropdown-toggle ),
111
+ div .btn-group.table-tab > button .btn :not (:first-child ) {
112
+ border-radius : 0.25rem ;
113
+ margin-left : 0.1rem ;
114
+ }
115
+
116
+ div .btn-group.table-tab > button .btn {
117
+ margin : 0.1rem ;
118
+ padding : 0.4rem ;
119
+ }
105
120
}
106
121
107
122
.difficulty-unavailable-circle.badge {
@@ -243,21 +258,6 @@ span.difficulty-circle {
243
258
td :not (:first-child ) {
244
259
padding-left : 2.5rem ;
245
260
}
246
-
247
- div .btn-group.table-tab {
248
- display : block ;
249
- }
250
-
251
- div .btn-group.table-tab > button .btn :not (:last-child ):not (.dropdown-toggle ),
252
- div .btn-group.table-tab > button .btn :not (:first-child ) {
253
- border-radius : 0.25rem ;
254
- margin-left : 0.1rem ;
255
- }
256
-
257
- div .btn-group.table-tab > button .btn {
258
- margin : 0.1rem ;
259
- padding : 0.4rem ;
260
- }
261
261
}
262
262
263
263
@media only screen and (max-width : 480px ) {
You can’t perform that action at this time.
0 commit comments