op sidebar ui
This commit is contained in:
@@ -158,7 +158,7 @@ function hasBookmarkPath(profile: ModalProfile): profile is BookmarkAssociatedPr
|
||||
|
||||
.header-cell {
|
||||
color: var(--muted);
|
||||
font-size: 0.77rem;
|
||||
font-size: 0.81rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@ const emit = defineEmits<{
|
||||
|
||||
.header-cell {
|
||||
color: var(--muted);
|
||||
font-size: 0.77rem;
|
||||
font-size: 0.81rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ const emit = defineEmits<{
|
||||
|
||||
.header-cell {
|
||||
color: var(--muted);
|
||||
font-size: 0.77rem;
|
||||
font-size: 0.81rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
@@ -98,7 +98,7 @@ const emit = defineEmits<{
|
||||
|
||||
.header-cell {
|
||||
color: var(--muted);
|
||||
font-size: 0.77rem;
|
||||
font-size: 0.81rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
@@ -129,24 +129,25 @@ const emit = defineEmits<{
|
||||
}
|
||||
|
||||
.refresh-icon {
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
border: 1.8px solid #334155;
|
||||
border-right-color: transparent;
|
||||
border-radius: 50%;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
border: 1.9px solid #334155;
|
||||
border-left-color: transparent;
|
||||
position: relative;
|
||||
border-radius: 50%;
|
||||
transform: rotate(-22deg);
|
||||
}
|
||||
|
||||
.refresh-icon::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
right: -3px;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
border-top: 1.8px solid #334155;
|
||||
border-right: 1.8px solid #334155;
|
||||
transform: rotate(18deg);
|
||||
top: -1px;
|
||||
right: -2px;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
border-top: 1.9px solid #334155;
|
||||
border-right: 1.9px solid #334155;
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
.sr-only {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.app-shell {
|
||||
display: grid;
|
||||
grid-template-columns: 320px minmax(0, 1fr);
|
||||
grid-template-columns: 280px minmax(0, 1fr);
|
||||
height: 100vh;
|
||||
padding: 14px;
|
||||
gap: 14px;
|
||||
|
||||
Reference in New Issue
Block a user