Commit e1a11794 authored by Cantuerk's avatar Cantuerk
Browse files

Merge branch '21caog1bif-master-patch-55304' into 'master'

Update public/style.css

See merge request !191
1 merge request!191Update public/style.css
Pipeline #10943 passed with stage
in 19 seconds
Showing with 3 additions and 2 deletions
+3 -2
......@@ -242,7 +242,7 @@ button:active {
/* Style für Move Menu */
.button-row {
display: flex;
gap: 4px;
gap: 10px;
justify-content: center;
align-items: center;
}
......@@ -253,6 +253,7 @@ button:active {
height: 40px;
border: none;
border-radius: 5px;
padding: 8px;
background-color: #007BFF;
cursor: pointer;
transition: background-color 0.3s, transform 0.2s;
......@@ -267,4 +268,4 @@ button:active {
.control-button:active {
background-color: #0056b3;
transform: scale(0.95);
}
\ No newline at end of file
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment