ruTorrent icon indicating copy to clipboard operation
ruTorrent copied to clipboard

Fix tabbar positioning

Open xombiemp opened this issue 2 years ago • 3 comments

Before: before

After after

xombiemp avatar Dec 14 '23 06:12 xombiemp

Which web browser are you using? This is how google chrome looks for me, without this change. ruTorrent-Log-Text

stickz avatar Dec 14 '23 21:12 stickz

Hmm, it's in Safari 17.2. You're right, it does look normal in Chrome and Firefox without this change. Dang Safari!

xombiemp avatar Dec 16 '23 14:12 xombiemp

Hmm, it's in Safari 17.2. You're right, it does look normal in Chrome and Firefox without this change. Dang Safari!

You can still resolve this problem. It's relatively simple. There is an example in the file to check if the web browser equals Safari.

Afterwards, we use the JQuery selector to set a css style #tabbar and #tdcont. This will override style.css for Safari.

stickz avatar Dec 29 '23 14:12 stickz