make the button for removing streamers have a constant width

master
Aevann1 2022-10-10 07:42:04 +02:00
parent c2a5231ab5
commit 592c144454
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
border-radius: 4px; border-radius: 4px;
} }
.remove-streamer { .remove-streamer {
width: 50% width: 130px;
} }
</style> </style>
<script> <script>