Skip to content

Commit 75ff35d

Browse files
authored
Merge pull request #1062 from Balut-moko/master
fixed table page
2 parents 50dbc68 + 30ed305 commit 75ff35d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

atcoder-problems-frontend/src/style/_custom.scss

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,21 @@ code {
102102
white-space: unset;
103103
word-break: break-word;
104104
}
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+
}
105120
}
106121

107122
.difficulty-unavailable-circle.badge {
@@ -243,21 +258,6 @@ span.difficulty-circle {
243258
td:not(:first-child) {
244259
padding-left: 2.5rem;
245260
}
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-
}
261261
}
262262

263263
@media only screen and (max-width: 480px) {

0 commit comments

Comments
 (0)