PKM-er / Blue-Topaz_Obsidian-css

A blue theme for Obsidian.
MIT License
1.15k stars 90 forks source link

Table row not displaying properly on hover #525

Closed qazero closed 1 year ago

qazero commented 1 year ago

Screenshot without hover looks fine:

image

Screenshot with hover cuts cell in column 1:

image

Markdown:

Port Protocol
21 FTP
22 SSH
23 TELNET
25 SMTP
53 DNS
80 HTTP
443 HTTPS
110 POP3
143 IMAP
135 MSRPC
137 NETBIOS
138 NETBIOS
139 NETBIOS
445 SMB
3306 MYSQL
1433 MYSQL
3389 RDP
8080 HTTP Proxy

Raw markdown:

| Port | Protocol |
| ------------- |:---------------:|
| 21 | FTP |
| 22 | SSH |
| 23 | TELNET |
| 25 | SMTP |
| 53 | DNS |
| 80 | HTTP |
| 443 | HTTPS |
| 110 | POP3 |
| 143 | IMAP |
| 135 | MSRPC |
| 137 | NETBIOS |
| 138 | NETBIOS |
| 139 | NETBIOS |
| 445 | SMB |
| 3306 | MYSQL | 
| 1433 | MYSQL | 
| 3389 | RDP |
| 8080 | HTTP Proxy |
whyt-byte commented 1 year ago

Please update the theme. Or you may cancel the zooming effect in Style Settings, as shown below: image

qazero commented 1 year ago

As suggested, I updated the theme just now but it didn't fix the issue. Disabling the Table Zoom Effect in the settings worked. However, it would be nice to have this setting enabled without cutting off the text as it is a very nice feature. Is there any way you can make it zoom less or have it zoom the same amount without cutting off the text?

qazero commented 1 year ago

Just following up in regards to my previous message. Would something like that be possible as mentioned in my last message?