Skip to content
Snippets Groups Projects
Verified Commit 6cc2c2a2 authored by Mar0xy's avatar Mar0xy
Browse files

fix: tab css

parent b672dff0
No related branches found
No related tags found
No related merge requests found
......@@ -346,12 +346,6 @@ onUnmounted(() => {
padding: 16px;
}
> .tab {
margin: calc(var(--margin) / 2) 0;
padding: calc(var(--margin) / 2) 0;
background: var(--bg);
}
> .profile {
> .main {
......@@ -715,6 +709,12 @@ onUnmounted(() => {
overflow: clip;
}
.tab {
margin: calc(var(--margin) / 2) 0;
padding: calc(var(--margin) / 2) 0;
background: var(--bg);
}
.verifiedLink {
margin-left: 4px;
color: var(--success);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment