style: align header height with sidebar-header height on desktop
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<title>Gerenciador de Imagens Dentais</title>
|
<title>Gerenciador de Imagens Dentais</title>
|
||||||
<meta name="description" content="Sistema de gerenciamento de imagens de raio-X dental">
|
<meta name="description" content="Sistema de gerenciamento de imagens de raio-X dental">
|
||||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||||
<link rel="stylesheet" href="/style.css?v=2.7">
|
<link rel="stylesheet" href="/style.css?v=2.8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
|
|||||||
@@ -1429,3 +1429,30 @@ body {
|
|||||||
background: #dc3545;
|
background: #dc3545;
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ================================================================
|
||||||
|
Ajuste de Altura Uniforme para o Header da Galeria e da Sidebar (Desktop)
|
||||||
|
================================================================ */
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.sidebar-header {
|
||||||
|
height: 70px !important;
|
||||||
|
display: flex !important;
|
||||||
|
align-items: center !important;
|
||||||
|
padding: 0 20px !important;
|
||||||
|
box-sizing: border-box !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content .header {
|
||||||
|
padding: 0 !important;
|
||||||
|
box-sizing: border-box !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content .header .header-content {
|
||||||
|
height: 70px !important;
|
||||||
|
padding: 0 20px !important;
|
||||||
|
display: flex !important;
|
||||||
|
align-items: center !important;
|
||||||
|
justify-content: space-between !important;
|
||||||
|
box-sizing: border-box !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user