mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Add code to prevent big SVG on load (#79)
This commit is contained in:
parent
a6d6b1bb26
commit
3e2ab22031
@ -163,6 +163,11 @@ export default {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
svg {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
& + .action-button {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user