1
0
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:
Ivan Velev 2021-09-06 14:45:10 -07:00
parent 4fcabf3ac0
commit 35a383c457
2 changed files with 9 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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 {