Some Fixes

This commit is contained in:
thororen 2024-06-24 00:40:01 -04:00
parent 938bc9f34e
commit 1ab88e8eeb
7 changed files with 12 additions and 185 deletions

View file

@ -28,31 +28,22 @@
content: "by ";
}
.vc-settings-theme-add-theme-content {
margin: 10px 0;
display: flex;
flex-direction: column;
gap: 10px;
.vc-settings-theme-link-input {
width: 100%;
}
.vc-settings-theme-add-theme-footer {
display: flex;
flex-direction: row;
gap: 10px;
justify-content: flex-end;
.vc-settings-theme-add-card {
padding: 1em;
margin-bottom: 16px;
}
.vc-settings-theme-add-theme-error {
color: var(--text-danger);
}
.vc-settings-usercss-ie-buttons > div {
.vc-settings-usercss-ie-buttons>div {
color: var(--interactive-normal);
opacity: .5;
padding: 4px;
}
.vc-settings-usercss-ie-buttons > div:hover {
.vc-settings-usercss-ie-buttons>div:hover {
color: var(--interactive-hover);
opacity: 1;
}
}