mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-10 14:42:13 -05:00
squish buttons together a bit more on tablet
This commit is contained in:
parent
351b3bb6e7
commit
b48da92b9d
2 changed files with 10 additions and 0 deletions
|
@ -9,3 +9,9 @@
|
|||
/* Prevent any user actions */
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1095px) {
|
||||
.input-group + .input-group {
|
||||
margin-left: calc(2 * $grid-unit);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -148,4 +148,8 @@ $border-radius: 0.25rem;
|
|||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.mod-dashed-border {
|
||||
padding-right: calc(2 * $grid-unit);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue