mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
fix: white scrollbar #433
This commit is contained in:
parent
9f3ecbeeb1
commit
db86506c5e
2 changed files with 6 additions and 2 deletions
|
@ -245,7 +245,7 @@ const locale = {
|
|||
pieceStates: 'Progrès',
|
||||
torrentTitle: 'Titre du torrent',
|
||||
hash: 'hash',
|
||||
ratio: 'Ratio',
|
||||
ratio: 'Ratio',
|
||||
downloadSpeed: 'Vitesse de DL',
|
||||
uploadSpeed: 'Vitesse d\'UP',
|
||||
eta: 'ETA',
|
||||
|
|
|
@ -78,7 +78,11 @@ $sideborder-margin: 6px;
|
|||
|
||||
.v-application a {
|
||||
color: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: dark
|
||||
}
|
||||
|
||||
.noselect {
|
||||
-webkit-touch-callout: none; /* iOS Safari */
|
||||
|
|
Loading…
Add table
Reference in a new issue