mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-25 01:45:35 +08:00
Remove layout button & expose layout method (#126)
* Remove toggle layout button * Expose toggle layout method
This commit is contained in:
committed by
Bálint Szekeres
parent
c9f81d72e1
commit
5e1e7bd279
@@ -7,7 +7,6 @@
|
||||
}
|
||||
|
||||
header {
|
||||
position: relative;
|
||||
background-color: #000;
|
||||
padding: 0.5rem 0;
|
||||
text-align: center;
|
||||
@@ -15,18 +14,6 @@ header {
|
||||
color: #fff;
|
||||
font-size: 2.2rem;
|
||||
|
||||
.layout-toggle {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
opacity: 0.75;
|
||||
|
||||
.btn {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
position: relative;
|
||||
}
|
||||
|
Reference in New Issue
Block a user