mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
app: Simplify some header styling
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
62cf6a11e0
commit
d99fd41fff
@ -543,7 +543,7 @@ a.menu_link_active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.app-header > img {
|
.app-header > img {
|
||||||
margin-top: 25px;
|
margin: 25px auto 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -562,11 +562,9 @@ a.menu_link_active {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row;
|
flex-flow: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
height: 70px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-bar .app-toggle-container,
|
.header-bar .app-toggle-container,
|
||||||
.header-bar h2 {
|
|
||||||
margin: auto 0;
|
margin: auto 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -585,7 +583,7 @@ a.menu_link_active {
|
|||||||
.app-header img {
|
.app-header img {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
margin: 0 auto;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-bar {
|
.header-bar {
|
||||||
@ -600,10 +598,7 @@ a.menu_link_active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header-bar .app-toggle-container {
|
.header-bar .app-toggle-container {
|
||||||
display: flex;
|
margin: 30px auto;
|
||||||
flex-flow: row;
|
|
||||||
justify-content: center;
|
|
||||||
margin: 30px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-bar .toggle-button {
|
.header-bar .toggle-button {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user