mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
vue app: added Logo image centering if logo is smaller
This commit is contained in:
parent
4fcabf3ac0
commit
35a383c457
File diff suppressed because one or more lines are too long
@ -139,6 +139,13 @@ export default {
|
||||
|
||||
.short-nav .logo {
|
||||
flex-shrink: initial;
|
||||
/* for any content/image inside the logo container */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.short-nav .logo img {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.short-nav .url-and-timeline {
|
||||
|
Loading…
x
Reference in New Issue
Block a user