20q again, added a refresh bt and fix css

This commit is contained in:
Vlyan
2020-12-28 09:48:49 +01:00
parent 84f346448d
commit 175c18a4dc
6 changed files with 51 additions and 31 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,22 +1,20 @@
&.l5r5e {
.twenty-questions-dialog {
table {
width: 100%;
}
table tr td {
vertical-align: top;
}
.third {
width: 230px;
}
.fifty {
width: 49%;
}
.or {
width: 100px;
}
.dropbox {
min-height: 75px;
}
&.twenty-questions-dialog {
table {
width: 100%;
}
table tr td {
vertical-align: top;
}
.third {
width: 230px;
}
.fifty {
width: 49%;
}
.or {
width: 100px;
}
.dropbox {
min-height: 75px;
}
}