Add border styling for chatgpt_web_models_list table rows

This commit is contained in:
mic 2025-06-05 21:52:42 +02:00
parent 18deefecd7
commit 77b1ed5366

View file

@ -40,6 +40,10 @@ table#miczPrefs td.nt{
border-top: none; border-top: none;
} }
tr#chatgpt_web_models_list td{
border: none;
}
div#miczRelNotes{ div#miczRelNotes{
position:absolute; position:absolute;
right: 0px; right: 0px;