1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +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; position: relative;
display: flex; display: flex;
width: auto; width: auto;
height: 80px; height: 60px;
margin: 5px; margin: 5px;
justify-content: left; justify-content: left;
} }
@ -224,7 +224,7 @@ export default{
display: inline-block; display: inline-block;
width: 20px; width: 20px;
font-size: 20px; /* font-size = width of arrow, as it UTF char */ font-size: 20px; /* font-size = width of arrow, as it UTF char */
line-height: 80px; line-height: 60px;
vertical-align: top; vertical-align: top;
cursor: pointer; cursor: pointer;
} }
@ -315,7 +315,7 @@ export default{
bottom: 0; bottom: 0;
left: 0; left: 0;
width: 100%; width: 100%;
height: 16px; height: 20px;
background-color: white; background-color: white;
border-top: 1px solid gray; border-top: 1px solid gray;
white-space: nowrap; white-space: nowrap;
@ -344,7 +344,7 @@ export default{
top: 1px; top: 1px;
left: 0; left: 0;
width: 100%; width: 100%;
height: 60px; height: 39px;
align-items: flex-end; align-items: flex-end;
justify-content: space-between; justify-content: space-between;
text-align: left; text-align: left;