mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 14:37:41 -07:00
More settings
This commit is contained in:
@ -6,9 +6,6 @@
|
||||
background-color: rgb(22, 32, 45);
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
border-radius: 25px;
|
||||
margin-top: 20px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.steam-workshop-preview {
|
||||
@ -22,6 +19,16 @@
|
||||
border-bottom-left-radius: 25px;
|
||||
}
|
||||
|
||||
.steam-workshop-preview-small {
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.steam-workshop-preview-none {
|
||||
border-top-left-radius: unset;
|
||||
border-bottom-left-radius: unset;
|
||||
}
|
||||
|
||||
.steam-workshop-info {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
@ -117,6 +124,16 @@
|
||||
border-bottom-left-radius: unset;
|
||||
}
|
||||
|
||||
.steam-workshop-preview-small {
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-left-radius: unset;
|
||||
}
|
||||
|
||||
.steam-workshop-preview-none {
|
||||
border-top-right-radius: unset;
|
||||
border-bottom-left-radius: unset;
|
||||
}
|
||||
|
||||
.steam-workshop-info {
|
||||
width: 100%;
|
||||
height: 195px;
|
||||
|
Reference in New Issue
Block a user