Non-Chromium browsers require padding to wrap around

This commit is contained in:
Cohee 2024-05-16 00:38:32 +03:00
parent 912fd36e29
commit eb57289b2a
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@
position: relative;
}
.world_entry_form_control .keyprimarytextpole,
.world_entry_form_control .keysecondarytextpole {
padding-right: 30px;
}
.world_entry_thin_controls {
display: flex;
flex-direction: row;