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
3 months ago
by
Cantuerk
Browse files
Options
Download
Email Patches
Plain Diff
Update public/style.css
parent
cd13fb72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/style.css
+3
-17
public/style.css
with
3 additions
and
17 deletions
+3
-17
public/style.css
+
3
-
17
View file @
7ca7d10d
...
...
@@ -248,21 +248,7 @@ button:active {
gap
:
10px
;
}
#button-controls
{
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
{
.control-button
{
width
:
40px
;
height
:
40px
;
border
:
none
;
...
...
@@ -272,12 +258,12 @@ button:active {
transition
:
background-color
0.3s
,
transform
0.2s
;
}
#button-controls
.control-button
img
{
.control-button
img
{
width
:
40px
;
height
:
40px
;
}
#button-controls
.control-button
:active
{
.control-button
:active
{
background-color
:
#0056b3
;
transform
:
scale
(
0.95
);
}
...
...
This diff is collapsed.
Click to expand it.
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