Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GeoVistoogsi
AR
Commits
7ca7d10d
Commit
7ca7d10d
authored
Jan 21, 2025
by
Cantuerk
Browse files
Update public/style.css
parent
cd13fb72
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/style.css
View file @
7ca7d10d
...
@@ -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
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment