Add border styling for chatgpt_web_models_list table rows
This commit is contained in:
parent
18deefecd7
commit
77b1ed5366
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@ table#miczPrefs td.nb{
|
||||||
table#miczPrefs td.nt{
|
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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue