Skip to content

Commit

Permalink
Merge pull request #81 from biast12/master
Browse files Browse the repository at this point in the history
Class name update 2
  • Loading branch information
Gibbu authored Oct 27, 2023
2 parents d23e7c6 + 3277427 commit a1bc583
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/theme/app/_app.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app-mount {
.layer_e552e0 {
.layer__2efaa {
top: var(--window-padding);
right: var(--window-padding);
bottom: var(--window-padding);
Expand Down Expand Up @@ -41,7 +41,7 @@
color: var(--text-normal);
}
// Update notice
#app-mount .app__00c92::before {
#app-mount .app_de4237::before {
content: 'Your version of Frosted Glass is outdated. Please redownload';
white-space: pre-wrap;
display: var(--update-notice-1, block);
Expand Down
2 changes: 1 addition & 1 deletion src/theme/app/_background.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app-mount {
.bg__7adbf {
.bg__12180 {
top: -22px;
right: 0;
bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/settings/_container.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#app-mount .layer_e552e0:not(.baseLayer__13b6b) {
#app-mount .layer__2efaa:not(.baseLayer__8fda3) {
.standardSidebarView__1129a {
top: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion src/theme/settings/_usersettings.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#app-mount .layer_e552e0:not(.baseLayer__13b6b) {
#app-mount .layer__2efaa:not(.baseLayer__8fda3) {
// My account
.accountProfileCard__22589 {
background: var(--background-secondary);
Expand Down

0 comments on commit a1bc583

Please sign in to comment.