mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
reduce modal max-width
This commit is contained in:
committed by
Mungai Njoroge
parent
97db706186
commit
cb51107ffd
@@ -8,8 +8,8 @@
|
||||
name="name"
|
||||
id="modal-playlist-name-input"
|
||||
/>
|
||||
<br />
|
||||
<button type="submit">Create</button>
|
||||
<br /><br>
|
||||
<button type="submit" class="circular btn-active">Create</button>
|
||||
</form>
|
||||
</template>
|
||||
|
||||
@@ -95,6 +95,11 @@ function create(e: Event) {
|
||||
button {
|
||||
margin: 0 auto;
|
||||
width: 6rem;
|
||||
transition: all .25s ease-out;
|
||||
|
||||
&:hover {
|
||||
width: 10rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
}"
|
||||
/>
|
||||
</div>
|
||||
<button>
|
||||
<button class="circular btn-active">
|
||||
{{ clicked ? "Updating" : "Update" }}
|
||||
</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user