1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-09-29 16:10:13 +02:00

Fix panel location

This commit is contained in:
Piero Toffanin 2023-01-06 14:24:00 -05:00
parent 4d3f8703f4
commit 2ad3627ec8

View File

@ -39,13 +39,11 @@ h3.header {
position: relative; position: relative;
} }
.top-nav .locale-panel{ .top-nav .locale-panel{
position: absolute; position: absolute;
top: 64px; top: 64px;
height: 68px; height: 68px;
left: -9px; right: 0;
padding: 0 16px; padding: 0 16px;
width: 240px; width: 240px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;