Open NehaMadnani opened 2 months ago
Update the CSS files to replace all instances of px
units with scalable units such as rem
, em
, or %
. This will make the styles more responsive and adaptable to different screen sizes and user preferences.
ApiConnections.css
- @Torence7 ApiTabs.css
- @Torence7 App.css
- @Torence7 ConfigurationComponent.css
ConversationRow.css
EvaluationComponent.css
Modal.css
RecordedTests.css
Sidebar.css
TestGroupSideBar.css
WebSocket.css
Choose one / two CSS files to work on and mention them in the comments
Identify and Replace px
Units:
px
with rem
or em
units, considering a base font size of 16px
(i.e., 1rem = 16px
).px
with rem
, em
, or %
units where appropriate. Use %
for container widths and heights if they need to be relative to their parent elements.Test the Changes:
Create a Pull Request:
-px
units for font-size, padding & margin in the specified files are replaced with rem
, em
, or %
.
px
values that are tricky to convert, please leave a comment in the pull request explaining the situation and suggesting a potential solution.I would like to work on this issue for the following files: ApiConnections.css ApiTabs.css App.css
Please go ahead. I've mentioned your names against those files in the issue.
Instead of using px, need to switch to em / rem or % for all CSS properties