mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add horizontal margin to navbar icons and remove unused code
This commit is contained in:
parent
bc73307a47
commit
093ac529c7
1 changed files with 2 additions and 2 deletions
|
@ -195,7 +195,7 @@ export default {
|
||||||
@apply absolute right-3 cursor-pointer rounded-full bg-[#ccc] w-4 h-4 text-center text-black opacity-50 hover:(opacity-70) text-size-[13px];
|
@apply absolute right-3 cursor-pointer rounded-full bg-[#ccc] w-4 h-4 text-center text-black opacity-50 hover:(opacity-70) text-size-[13px];
|
||||||
line-height: 1.05;
|
line-height: 1.05;
|
||||||
}
|
}
|
||||||
.mobile-nav svg {
|
.mobile-nav div {
|
||||||
width: 16px;
|
@apply mx-1;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue