mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:13:09 +02:00
🎨
This commit is contained in:
parent
681f372889
commit
bd2ac515d1
1 changed files with 2 additions and 2 deletions
|
@ -278,7 +278,7 @@ export default Vue.extend({
|
||||||
border-bottom solid var(--lineWidth) var(--faceDivider)
|
border-bottom solid var(--lineWidth) var(--faceDivider)
|
||||||
|
|
||||||
> .buttons
|
> .buttons
|
||||||
padding 4px
|
padding 4px 4px 8px 4px
|
||||||
width 216px
|
width 216px
|
||||||
text-align center
|
text-align center
|
||||||
|
|
||||||
|
@ -316,7 +316,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
> .text
|
> .text
|
||||||
width 216px
|
width 216px
|
||||||
padding 4px 8px 8px 8px
|
padding 0 8px 8px 8px
|
||||||
|
|
||||||
> input
|
> input
|
||||||
width 100%
|
width 100%
|
||||||
|
|
Loading…
Reference in a new issue