Commit 6d03f598 authored by Cantuerk's avatar Cantuerk
Browse files

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

Update public/style.css

See merge request !189
parents cd13fb72 7ca7d10d
Pipeline #10941 passed with stage
in 19 seconds
Showing with 3 additions and 17 deletions
+3 -17
...@@ -248,21 +248,7 @@ button:active { ...@@ -248,21 +248,7 @@ button:active {
gap: 10px; gap: 10px;
} }
#button-controls { .control-button {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#button-controls .middle-row {
display: flex;
align-items: center;
justify-content: center;
gap: 2px;
}
#button-controls .control-button {
width: 40px; width: 40px;
height: 40px; height: 40px;
border: none; border: none;
...@@ -272,12 +258,12 @@ button:active { ...@@ -272,12 +258,12 @@ button:active {
transition: background-color 0.3s, transform 0.2s; transition: background-color 0.3s, transform 0.2s;
} }
#button-controls .control-button img { .control-button img {
width: 40px; width: 40px;
height: 40px; height: 40px;
} }
#button-controls .control-button:active { .control-button:active {
background-color: #0056b3; background-color: #0056b3;
transform: scale(0.95); transform: scale(0.95);
} }
......
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