mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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 {
|
||||
margin-top: 25px;
|
||||
margin: 25px auto 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -562,11 +562,9 @@ a.menu_link_active {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
justify-content: space-between;
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
.header-bar .app-toggle-container,
|
||||
.header-bar h2 {
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
@ -585,7 +583,7 @@ a.menu_link_active {
|
||||
.app-header img {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
margin: 0 auto;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.header-bar {
|
||||
@ -600,10 +598,7 @@ a.menu_link_active {
|
||||
}
|
||||
|
||||
.header-bar .app-toggle-container {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
justify-content: center;
|
||||
margin: 30px 0;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
.header-bar .toggle-button {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user