fix(ui): prevent sidebar text bleeding and bump css version
Build Curio HMS / build-and-deploy (push) Successful in 47s
Details
Build Curio HMS / build-and-deploy (push) Successful in 47s
Details
This commit is contained in:
parent
799018b8eb
commit
dfd09f554c
|
|
@ -1,4 +1,4 @@
|
|||
/* --- DASHBOARD STYLES --- */
|
||||
/* --- DASHBOARD STYLES --- */
|
||||
:root {
|
||||
/* Dashboard specific overrides if any */
|
||||
}
|
||||
|
|
@ -1581,14 +1581,25 @@ body.zen-mode-active .dash-header {
|
|||
/* Compact Sidebar Rail */
|
||||
.sidebar.compact-rail {
|
||||
width: 70px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.sidebar.compact-rail .logo-text,
|
||||
.sidebar.compact-rail nav a span:not(:first-child),
|
||||
.sidebar.compact-rail .user-profile .info {
|
||||
display: none;
|
||||
}
|
||||
.sidebar.compact-rail a {
|
||||
font-size: 0;
|
||||
color: transparent;
|
||||
}
|
||||
.sidebar.compact-rail a span {
|
||||
font-size: 1rem;
|
||||
color: white;
|
||||
display: inline-block;
|
||||
}
|
||||
.sidebar.compact-rail + .dashboard-main {
|
||||
margin-left: 70px;
|
||||
}
|
||||
|
||||
.sidebar.compact-rail + .dashboard-main { margin-left: 70px; }
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<title>Dashboard | Curio</title>
|
||||
<link rel="stylesheet" href="globals.css?v=26">
|
||||
<link rel="stylesheet" href="index.css?v=26">
|
||||
<link rel="stylesheet" href="dashboard.css?v=27">
|
||||
<link rel="stylesheet" href="dashboard.css?v=28">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700&display=swap" rel="stylesheet">
|
||||
|
|
@ -536,3 +536,4 @@
|
|||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue