mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
left align input boxes; decrease width
This commit is contained in:
parent
581480191a
commit
19dd739764
1 changed files with 2 additions and 7 deletions
|
@ -24,13 +24,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<style lang="scss">
|
||||
.outer {
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 1fr;
|
||||
grid-column-gap: 0.5em;
|
||||
grid-template-columns: 5fr 2fr;
|
||||
grid-row-gap: 0.5em;
|
||||
}
|
||||
|
||||
.full-grid-width {
|
||||
grid-column: 1 / 3;
|
||||
grid-column: 1 / 6;
|
||||
}
|
||||
|
||||
.table {
|
||||
|
@ -51,10 +50,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
display: grid;
|
||||
grid-column-gap: 0.5em;
|
||||
grid-template-columns: 10fr 16px;
|
||||
|
||||
:global(input) {
|
||||
text-align: end;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue