mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Changed padding.
This commit is contained in:
+2
-2
@@ -2727,12 +2727,12 @@ div.full-screen > button:hover {
|
||||
position: fixed;
|
||||
top: 60px;
|
||||
bottom: 30px;
|
||||
padding: 5px 35px 5px 5px;
|
||||
padding: 2px 50px 20px 20px;
|
||||
right: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
[dir='rtl'] .map-overlay.content {
|
||||
padding: 5px 5px 5px 35px;
|
||||
padding: 2px 20px 20px 50px;
|
||||
left: 0;
|
||||
right: auto !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user