[UI] Small border radius problem fix

This commit is contained in:
rainydaysavings 2020-08-25 15:17:45 +01:00 committed by Hugo Sales
parent 1563ebc546
commit c837194af2
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,6 @@
flex: 1;
background-color: var(--bg1);
padding: var(--medium-size);
font-size: var(--medium-size);
font-family: var(--head-font);
border-radius: var(--small-size) var(--small-size) 0 0;
}
@ -36,6 +35,7 @@
align-items: stretch;
justify-content: space-evenly;
width: 100%;
font-size: var(--medium-size);
margin-left: calc(2 * var(--side-margin));
margin-right: calc(2 * var(--side-margin));
padding: 0;