forked from MarseyWorld/MarseyWorld
make the button for removing streamers have a constant width
parent
c2a5231ab5
commit
592c144454
|
@ -13,7 +13,7 @@
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.remove-streamer {
|
.remove-streamer {
|
||||||
width: 50%
|
width: 130px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in New Issue