mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-21 19:53:50 +01:00
fix style
This commit is contained in:
parent
c1d1fc3f10
commit
f31db29694
@ -31,7 +31,7 @@ const computedStyle = getComputedStyle(document.documentElement);
|
||||
const themeColor = instance.themeColor ?? computedStyle.getPropertyValue('--bg');
|
||||
|
||||
const bg = {
|
||||
background: `linear-gradient(90deg, ${themeColor}, ${themeColor}55)`,
|
||||
background: `linear-gradient(90deg, ${themeColor}, ${themeColor}33)`,
|
||||
};
|
||||
|
||||
function getInstanceIcon(instance): string {
|
||||
@ -57,6 +57,7 @@ function getInstanceIcon(instance): string {
|
||||
|
||||
> .icon {
|
||||
height: 100%;
|
||||
border-radius: 0.3rem;
|
||||
}
|
||||
|
||||
> .name {
|
||||
|
Loading…
Reference in New Issue
Block a user