1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

vueui: shorten banner

This commit is contained in:
Ivan Velev 2021-09-20 12:46:48 -07:00
parent 180d3f779d
commit 7d63e6be43
2 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -211,7 +211,7 @@ export default{
position: relative;
display: flex;
width: auto;
height: 80px;
height: 60px;
margin: 5px;
justify-content: left;
}
@ -224,7 +224,7 @@ export default{
display: inline-block;
width: 20px;
font-size: 20px; /* font-size = width of arrow, as it UTF char */
line-height: 80px;
line-height: 60px;
vertical-align: top;
cursor: pointer;
}
@ -315,7 +315,7 @@ export default{
bottom: 0;
left: 0;
width: 100%;
height: 16px;
height: 20px;
background-color: white;
border-top: 1px solid gray;
white-space: nowrap;
@ -344,7 +344,7 @@ export default{
top: 1px;
left: 0;
width: 100%;
height: 60px;
height: 39px;
align-items: flex-end;
justify-content: space-between;
text-align: left;