Commit 7ca7d10d authored by Cantuerk's avatar Cantuerk
Browse files

Update public/style.css

parent cd13fb72
1 merge request!189Update public/style.css
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