mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
updated: notes save buttons
This commit is contained in:
@@ -68,7 +68,6 @@
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* Note editor UI */
|
||||
#new-comment-input {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
|
||||
+8
-2
@@ -3566,10 +3566,16 @@ img.tile-debug {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.save-section .buttons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.save-section .buttons .action,
|
||||
.save-section .buttons .secondary-action {
|
||||
display: inline-block;
|
||||
margin: 0 20px 0 0;
|
||||
width: 45%;
|
||||
margin: 10px auto;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user